pendpost for Zed
io.github.pendpost/pendpost
Local-first social MCP: an agent drafts and schedules posts; you approve before anything publishes.
client:Zed
transport:stdio
runtime:npm
Install pendpost in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pendpost": {
"command": "npx",
"args": [
"-y",
"pendpost"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs