Skip to content
Gemini CLI

progi for Gemini CLI

io.github.zseta/progi

MCP-native workflow engine: teach agents your processes once, they execute them consistently.

client:Gemini CLI transport:stdio runtime:pypi

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

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

progi in other clients