Skip to content
Gemini CLI

Almega for Gemini CLI

io.github.almega-ai/almega-mcp

The immutable delegation frame for AI agents: gate any sensitive action, human-in-the-loop.

client:Gemini CLI transport:stdio runtime:pypi

Install Almega 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": {
    "almega-mcp": {
      "command": "uvx",
      "args": [
        "almega-mcp"
      ],
      "env": {
        "ALMEGA_BACKEND": "<ALMEGA_BACKEND>",
        "STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
      }
    }
  }
}

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

Almega in other clients