Skip to content
Gemini CLI

AgentPool for Gemini CLI

io.github.sidduhere/agentpool

See each coding-agent subscription's live limits and offload work to one with headroom.

client:Gemini CLI transport:stdio runtime:pypi

Install AgentPool in Gemini CLI

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

{
  "mcpServers": {
    "agentpool": {
      "command": "uvx",
      "args": [
        "agentpool-cli"
      ]
    }
  }
}

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

AgentPool in other clients