Skip to content
Gemini CLI

otterkit for Gemini CLI

io.github.useotterkit/otterkit

Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events.

client:Gemini CLI transport:stdio runtime:npm

Install otterkit in Gemini CLI

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

{
  "mcpServers": {
    "otterkit": {
      "command": "npx",
      "args": [
        "-y",
        "otterkit"
      ]
    }
  }
}

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

otterkit in other clients