statlyte — live LLM pricing for Gemini CLI
io.github.richardwilkinson9/statlyte
Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours.
client:Gemini CLI
transport:stdio
runtime:npm
Install statlyte — live LLM pricing in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"statlyte": {
"command": "npx",
"args": [
"-y",
"statlyte"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs