Context Sync
Supports UIby intina47
Persistent local memory layer for AI coding tools to maintain project identity and decisions.
What it does
Context Sync provides a persistent memory layer for AI agents across sessions. It stores project identities, technical decisions, and constraints, ensuring continuity in long-term coding tasks by making critical context retrievable via MCP tools.
Tools
set_project: Define the active project path.remember: Store a new piece of context or decision.recall: Retrieve stored memories for the current project.structure: Explore the codebase hierarchy.git: Analyze git status, hotspots, and coupling.notion: Search and read read-only Notion documentation.
Installation
Install globally via npm:
npm install -g @context-sync/server
Then add to your claude_desktop_config.json:
{
"mcpServers": {
"context-sync": {
"command": "context-sync"
}
}
}
Supported hosts
- claude
- cursor
- vscode-copilot
- zed
- windsurf
- codex
- gemini-cli
Quick install
npm install -g @context-sync/serverInformation
- Pricing
- free
- Published
- 4/17/2026
- stars






