Skip to content
Gemini CLI

agent token budget mcp for Gemini CLI

io.github.csoai-org/agent-token-budget-mcp

Agent Token Budget MCP — hard per-session token + spend cap with signed budget-exhausted

client:Gemini CLI transport:streamable-http runtime:pypi

Install agent token budget mcp in Gemini CLI

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

{
  "mcpServers": {
    "agent-token-budget-mcp": {
      "httpUrl": "https://api.meok.ai/v1/a2a/agent-token-budget"
    }
  }
}

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

agent token budget mcp in other clients