Skip to content
VS Code

a2a bridge for VS Code

io.github.mdfifty50-boop/a2a-bridge

Agent-to-agent communication bridge for multi-agent systems

client:VS Code transport:stdio runtime:npm

Install a2a bridge in VS Code

.vscode/mcp.json

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

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

a2a bridge in other clients