Skip to content
Zed

Pigeonpost for Zed

io.github.bekirdag/pigeonpost

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

client:Zed transport:stdio runtime:npm

Install Pigeonpost in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "pigeonpost": {
      "command": "npx",
      "args": [
        "-y",
        "@bekirdag/pigeonpost"
      ],
      "env": {
        "PIGEONPOST_HOME": "<PIGEONPOST_HOME>",
        "PIGEONPOST_RECOVERY_DIR": "<PIGEONPOST_RECOVERY_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Pigeonpost in other clients