Skip to content
Gemini CLI

Subagent MCP for Gemini CLI

io.github.thang1710/subagent-mcp

Let Codex orchestrate external coding agents through their native harnesses.

client:Gemini CLI transport:stdio runtime:pypi

Install Subagent MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Subagent MCP in other clients