Skip to content
Gemini CLI

Agent Booster for Gemini CLI

io.github.sseshachala/agent-booster

Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

client:Gemini CLI transport:stdio runtime:pypi

Install Agent Booster in Gemini CLI

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

{
  "mcpServers": {
    "agent-booster": {
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}

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

Agent Booster in other clients