Skip to content
Gemini CLI

0pi for Gemini CLI

io.github.dizzydes/0pi

Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.

client:Gemini CLI transport:stdio runtime:npm

Install 0pi 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": {
    "0pi": {
      "command": "npx",
      "args": [
        "-y",
        "@0pi/mcp-server"
      ],
      "env": {
        "OPI_API_URL": "<OPI_API_URL>",
        "OPI_LOG_DIR": "<OPI_LOG_DIR>"
      }
    }
  }
}

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

0pi in other clients