Skip to content
VS Code

context sync for VS Code

io.github.intina47/context-sync

Universal AI Memory - Sync context across Claude, VsCode, Cursor, Continue, Windsurf, Zed & more

client:VS Code transport:stdio runtime:npm

Install context sync in VS Code

.vscode/mcp.json

{
  "servers": {
    "context-sync": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@context-sync/server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

context sync in other clients