Skip to content
Gemini CLI

Keel for Gemini CLI

io.github.lutfizp/keel

Control plane MCP that dedups scanner output, rate-limits hosts, and runs non-destructive proofs.

client:Gemini CLI transport:stdio runtime:pypi

Install Keel in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "keel": {
      "command": "uvx",
      "args": [
        "keel-pentest"
      ]
    }
  }
}

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

Keel in other clients