Skip to content
Gemini CLI

webhook for Gemini CLI

io.github.rog0x/webhook

Send, validate, debug webhooks for AI agents

client:Gemini CLI transport:stdio runtime:npm

Install webhook in Gemini CLI

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

{
  "mcpServers": {
    "webhook": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-webhook-tools"
      ]
    }
  }
}

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

webhook in other clients