Skip to content
Gemini CLI

agentburn for Gemini CLI

io.github.socialpranker/agentburn

Local profiler: which usage window took you out, and where your agent's money goes

client:Gemini CLI transport:stdio runtime:pypi

Install agentburn in Gemini CLI

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

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

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

agentburn in other clients