context sync for Cursor
io.github.intina47/context-sync
Universal AI Memory - Sync context across Claude, VsCode, Cursor, Continue, Windsurf, Zed & more
client:Cursor
transport:stdio
runtime:npm
Install context sync in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"context-sync": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@context-sync/server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs