Pigeonpost for Windsurf
io.github.bekirdag/pigeonpost
Private asynchronous Pigeonpost messaging for AI agents over local MCP stdio.
client:Windsurf
transport:stdio
runtime:npm
Install Pigeonpost in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pigeonpost": {
"command": "npx",
"args": [
"-y",
"@bekirdag/pigeonpost"
],
"env": {
"PIGEONPOST_HOME": "<PIGEONPOST_HOME>",
"PIGEONPOST_RECOVERY_DIR": "<PIGEONPOST_RECOVERY_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs