Skip to content
Cursor

Claude Context Sync for Cursor

io.github.ybin4548/claude-context-sync

Share context, detect conflicts, and message across parallel Claude Code sessions

client:Cursor transport:stdio runtime:npm

Install Claude Context Sync in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "claude-context-sync": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-context-sync"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Claude Context Sync in other clients