Cross-Tool Memory
Indexes conversations and context from multiple coding assistants in one local store.
xtctx
GitHubPortable AI Memory
xtctx indexes conversation history locally, exposes it through MCP, and keeps project knowledge reusable across tools and sessions.
Single local runtime, multiple tool inputs, one searchable context layer.
Indexes conversations and context from multiple coding assistants in one local store.
Agents read and write context through `xtctx_*` tools without changing their core workflow.
Share decisions, solutions, and insights in git-tracked `.xtctx/knowledge` files.
Generate tool-native instructions from one `.xtctx/tool-config/shared.yaml` source.
npm install
npm run build
npx xtctx init
npx xtctx serve
npx xtctx sync