Post for Me MCP Pro for Zed
io.github.helbertparanhos/postforme-mcp-pro
Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.
client:Zed
transport:stdio
runtime:npm
Install Post for Me MCP Pro in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"postforme-mcp-pro": {
"command": "npx",
"args": [
"-y",
"postforme-mcp-pro"
],
"env": {
"POSTFORME_API_KEY": "<POSTFORME_API_KEY>",
"POSTFORME_READONLY": "<POSTFORME_READONLY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs