Skip to content
Gemini CLI

runpod for Gemini CLI

com.mcparmory/runpod

Launch, scale, and manage GPU pods and serverless endpoints across regions

client:Gemini CLI transport:stdio runtime:pypi

Install runpod in Gemini CLI

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

{
  "mcpServers": {
    "runpod": {
      "command": "uvx",
      "args": [
        "mcparmory-runpod"
      ]
    }
  }
}

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

runpod in other clients