Skip to content
Gemini CLI

Brotato Coach for Gemini CLI

io.github.brendanl79/spudcoach

Deterministic Brotato theorycrafter MCP server: facts and math, not guesses.

client:Gemini CLI transport:stdio runtime:pypi

Install Brotato Coach in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "spudcoach": {
      "command": "uvx",
      "args": [
        "spudcoach"
      ],
      "env": {
        "SPUDCOACH_DATA": "<SPUDCOACH_DATA>"
      }
    }
  }
}

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

Brotato Coach in other clients