Skip to content
Gemini CLI

Model Ledger for Gemini CLI

io.github.block/model-ledger

Model inventory and governance: trace deployed models and their dependencies as an append-only log

client:Gemini CLI transport:stdio runtime:pypi

Install Model Ledger in Gemini CLI

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

{
  "mcpServers": {
    "model-ledger": {
      "command": "uvx",
      "args": [
        "model-ledger"
      ]
    }
  }
}

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

Model Ledger in other clients