Skip to content
Zed

agent mcp hub for Zed

io.github.blackaxgit/agent-mcp-hub

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

client:Zed transport:stdio runtime:npm

Install agent mcp hub in Zed

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

{
  "context_servers": {
    "agent-mcp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "agent-mcp-hub"
      ]
    }
  }
}

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

agent mcp hub in other clients