nable for Gemini CLI
io.github.getnable/finops-mcp
See where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.
client:Gemini CLI
transport:stdio
runtime:pypi
Install nable in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"finops-mcp": {
"command": "uvx",
"args": [
"finops-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs