Provides Git integration to support a persistent, versioned memory layer that tracks project context and decision history.
Enables AI models to read from and write directly to Notion workspaces, allowing them to pull project specifications and export feature documentation, architecture decisions, and plans.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Context Syncsave this architecture decision to my Notion project docs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Context Sync
Local-first memory layer for AI development tools via MCP.

Install and auto-config (60 seconds)
Install globally:
npm install -g @context-sync/serverAuto-config runs on install. Restart your AI tool.
Verify tools:
Claude Desktop: Tools list
Cursor: Tools list
VS Code/Copilot: Copilot Chat -> Agent mode -> Tools
Continue.dev: open Continue panel
Codex CLI: codex mcp list
Claude Code: claude mcp list
If auto-config fails, see docs/TROUBLESHOOTING.md and docs/CONFIG.md.
If you installed locally (non-global), auto-config does not run.
Optional: Notion setup
context-sync-setup
# or
npx context-sync-setupSupported platforms
Claude Desktop
Cursor
VS Code + GitHub Copilot
Continue.dev
Zed
Windsurf
Codeium
TabNine
Codex CLI
Claude Code
Antigravity (Google Gemini IDE)
First-time workflow
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
Data and config
Database:
~/.context-sync/data.dbConfig:
~/.context-sync/config.jsonInstall status:
~/.context-sync/install-status.jsonCustom DB:
context-sync --db-path /absolute/path/to/dborCONTEXT_SYNC_DB_PATH
More details: docs/DATA.md
Git hooks
When you run set_project inside a git repo, Context Sync installs hooks:
post-commit
pre-push
post-merge
post-checkout
Hooks are marked with "Context Sync Auto-Hook" and existing hooks are backed up.
Docs
Release notes:
docs/RELEASE_NOTES.mdManual config:
docs/CONFIG.mdTools:
docs/TOOLS.mdTroubleshooting:
docs/TROUBLESHOOTING.mdData and storage:
docs/DATA.md
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.