Skip to content
Cursor

Pigeonpost for Cursor

io.github.bekirdag/pigeonpost

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

client:Cursor transport:stdio runtime:npm

Install Pigeonpost in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pigeonpost in other clients