Skip to content
Zed

A2A to MCP bridge for Zed

io.github.amirk-s/a2a-to-mcp

A2A v1.0.1 agents as MCP 2026-07-28 tools, with the tasks extension

client:Zed transport:stdio runtime:npm

Install A2A to MCP bridge in Zed

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

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

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

A2A to MCP bridge in other clients