Skip to content
Gemini CLI

Pigeonpost for Gemini CLI

io.github.bekirdag/pigeonpost

Private asynchronous Pigeonpost messaging for AI agents over local MCP stdio.

client:Gemini CLI transport:stdio runtime:npm

Install Pigeonpost 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": {
    "pigeonpost": {
      "command": "npx",
      "args": [
        "-y",
        "@bekirdag/pigeonpost"
      ],
      "env": {
        "PIGEONPOST_HOME": "<PIGEONPOST_HOME>",
        "PIGEONPOST_RECOVERY_DIR": "<PIGEONPOST_RECOVERY_DIR>"
      }
    }
  }
}

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

Pigeonpost in other clients