Context Sync
Freeby MCP Community
MCP server for synchronizing work context between AI coding agents (Claude Code, Codex, Gemini, Cursor)
v1.0.22Added Apr 12, 2026
mcpcontext-syncai-agentsclaudecodex
Context Sync MCP Server
MCP server for synchronizing work context between AI coding agents (Claude Code, Codex, Gemini, Cursor)
Installation
Reviews
Installation
Quick install
npx -y mcp-context-sync
Add to claude_desktop_config.json
{
"mcpServers": {
"context-sync": {
"command": "npx",
"args": ["-y", "mcp-context-sync"]
}
}
}