Skip to content
Zed

a2a bridge for Zed

io.github.mdfifty50-boop/a2a-bridge

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

client:Zed transport:stdio runtime:npm

Install a2a bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "a2a-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "a2a-bridge-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

a2a bridge in other clients