Skip to content
Gemini CLI

AgentHub - Lean MCP Orchestrator for Gemini CLI

io.github.propstreet/agenthub

Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts

client:Gemini CLI transport:stdio runtime:npm

Install AgentHub - Lean MCP Orchestrator in Gemini CLI

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

{
  "mcpServers": {
    "agenthub": {
      "command": "npx",
      "args": [
        "-y",
        "@propstreet/agenthub"
      ]
    }
  }
}

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

AgentHub - Lean MCP Orchestrator in other clients