Skip to content
Grok

Pigeonpost for Grok

io.github.bekirdag/pigeonpost

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

client:Grok transport:stdio runtime:npm

Install Pigeonpost in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Pigeonpost in other clients