Skip to content
Gemini CLI

kepil for Gemini CLI

io.github.oleg-vdv/kepil

Passport, mandate, fail-closed action gate and tamper-evident journal for AI agents.

client:Gemini CLI transport:stdio runtime:pypi

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

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

kepil in other clients