Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

FLOPS Compute Intelligence in other clients