Skip to content
Gemini CLI

mcpie for Gemini CLI

io.github.superangrymonkey/mcpie

Standing-order Domino's pizza button: dry-run freely, order only on explicit confirm. Cash only.

client:Gemini CLI transport:stdio runtime:pypi

Install mcpie 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": {
    "mcpie": {
      "command": "uvx",
      "args": [
        "mcpie-pizza"
      ],
      "env": {
        "MCPIE_CONFIG": "<MCPIE_CONFIG>"
      }
    }
  }
}

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

mcpie in other clients