FLOPS Compute Intelligence for Gemini CLI
io.github.zeroatflops/flopsindex-mcp
GPU compute price indices over MCP; every value carries a verify URL. Five key-free tools.
client:Gemini CLI
transport:stdio
runtime:pypi
Install FLOPS Compute Intelligence in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"flopsindex-mcp": {
"command": "uvx",
"args": [
"flopsindex-mcp"
],
"env": {
"FLOPS_API_KEY": "<FLOPS_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs