Skip to content
Gemini CLI

Tokenmaxxing for Gemini CLI

io.github.brock-denton/tokenmaxxing

Coordinate coding agents through MCP using existing AI plans, saved work, and independent checks.

client:Gemini CLI transport:streamable-http

Install Tokenmaxxing in Gemini CLI

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

{
  "mcpServers": {
    "tokenmaxxing": {
      "httpUrl": "https://www.trytokenmaxxing.com/api/mcp"
    }
  }
}

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

Tokenmaxxing in other clients