Intina47/context-sync
Local persistent memory store for LLM applications including continue.dev, cursor, claude desktop, github copilot, codex, antigravity, etc.
Local-first memory layer for AI development tools via MCP.
npm install -g @context-sync/serverIf auto-config fails, see docs/TROUBLESHOOTING.md and docs/CONFIG.md. If you installed locally (non-global), auto-config does not run.
context-sync-setup
# or
npx context-sync-setup1) set_project({ path: "/abs/path/to/project" })
2) recall()
3) read_file({ path: "src/index.ts" })
4) remember({ type: "decision", content: "Use SQLite for local storage" })Tool reference: docs/TOOLS.md
~/.context-sync/data.db~/.context-sync/config.json~/.context-sync/install-status.jsoncontext-sync --db-path /absolute/path/to/db or CONTEXT_SYNC_DB_PATHMore details: docs/DATA.md
When you run set_project inside a git repo, Context Sync installs hooks:
Hooks are marked with "Context Sync Auto-Hook" and existing hooks are backed up.
docs/RELEASE_NOTES.mddocs/CONFIG.mddocs/TOOLS.mddocs/TROUBLESHOOTING.mddocs/DATA.mdLoading reviews...