Skip to content
Gemini CLI

operandi for Gemini CLI

cc.operandi/operandi

Grounded, safety-checked appliance operation packages for robots and agents. Zero-config trial.

client:Gemini CLI transport:stdio runtime:pypi

Install operandi 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": {
    "operandi": {
      "command": "uvx",
      "args": [
        "operandi-mcp"
      ],
      "env": {
        "OPERANDI_API_URL": "<OPERANDI_API_URL>",
        "OPERANDI_API_KEY": "<OPERANDI_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

operandi in other clients