Skip to content
Cline

Subagent MCP for Cline

io.github.thang1710/subagent-mcp

Let Codex orchestrate external coding agents through their native harnesses.

client:Cline transport:stdio runtime:pypi

Install Subagent MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Subagent MCP in other clients