Skip to content
Windsurf

Subagent MCP for Windsurf

io.github.thang1710/subagent-mcp

Let Codex orchestrate external coding agents through their native harnesses.

client:Windsurf transport:stdio runtime:pypi

Install Subagent MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Subagent MCP in other clients