Pigeonpost for Zed
io.github.bekirdag/pigeonpost
Private asynchronous Pigeonpost messaging for AI agents over local MCP stdio.
client:Zed
transport:stdio
runtime:npm
Install Pigeonpost in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pigeonpost": {
"command": "npx",
"args": [
"-y",
"@bekirdag/pigeonpost"
],
"env": {
"PIGEONPOST_HOME": "<PIGEONPOST_HOME>",
"PIGEONPOST_RECOVERY_DIR": "<PIGEONPOST_RECOVERY_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs