Skip to content
Zed

Subagent MCP for Zed

io.github.thang1710/subagent-mcp

Let Codex orchestrate external coding agents through their native harnesses.

client:Zed transport:stdio runtime:pypi

Install Subagent MCP in Zed

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

{
  "context_servers": {
    "subagent-mcp": {
      "command": "uvx",
      "args": [
        "subagent-harness-mcp"
      ]
    }
  }
}

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

Subagent MCP in other clients