Skip to content
Gemini CLI

volthq for Gemini CLI

io.github.newageflyfish-max/volthq

Compute price oracle for AI agents — compare pricing across 8 providers in real time.

client:Gemini CLI transport:stdio runtime:npm

Install volthq in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "volthq": {
      "command": "npx",
      "args": [
        "-y",
        "volthq-mcp-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

volthq in other clients