Skip to content
VS Code

syncbridge mcp for VS Code

io.github.rehmansherazi/syncbridge-mcp

Bridges AI chat interfaces with Claude Code CLI via shared markdown control files.

client:VS Code transport:stdio runtime:npm

Install syncbridge mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "syncbridge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "syncbridge-mcp"
      ]
    }
  }
}

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

syncbridge mcp in other clients