PromptSpend for Gemini CLI
io.github.andrewavery7/promptspend
LLM pricing where every rate carries its source and the date it was last confirmed.
client:Gemini CLI
transport:stdio
runtime:npm
Install PromptSpend in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"promptspend": {
"command": "npx",
"args": [
"-y",
"@promptspend/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs