Skip to content

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Post for Me MCP Pro in other clients