by Intina47
Local persistent memory store for LLM applications including continue.dev, cursor, claude desktop, github copilot, codex, antigravity, etc.
# Add to your Claude Code skills
git clone https://github.com/Intina47/context-syncLocal-first memory layer for AI development tools via MCP.

npm install -g @context-sync/server
Auto-config runs on install. Restart your AI tool.
Verify tools:
If 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-setup
1) 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
No comments yet. Be the first to share your thoughts!
~/.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.md