Odel
Pigeonpost

Pigeonpost

Local
@bekirdagRustMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bekirdag/pigeonpostv0.7.15

Run

npx -y @bekirdag/pigeonpost

MCP client config

{
  "mcpServers": {
    "pigeonpost": {
      "command": "npx",
      "args": [
        "-y",
        "@bekirdag/pigeonpost"
      ]
    }
  }
}