Claude Context Sync for VS Code
io.github.ybin4548/claude-context-sync
Share context, detect conflicts, and message across parallel Claude Code sessions
client:VS Code
transport:stdio
runtime:npm
Install Claude Context Sync in VS Code
.vscode/mcp.json
{
"servers": {
"claude-context-sync": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-context-sync"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs