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