Skip to content
Gemini CLI

tokencast for Gemini CLI

io.github.krulewis/tokencast

Pre-execution cost estimation for LLM agent workflows with calibration learning

client:Gemini CLI transport:stdio runtime:pypi

Install tokencast in Gemini CLI

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

{
  "mcpServers": {
    "tokencast": {
      "command": "uvx",
      "args": [
        "tokencast"
      ]
    }
  }
}

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

tokencast in other clients