Planify for Zed
com.planifyapps/planify
Schedule and publish social posts to Twitter, Instagram, LinkedIn, Pinterest, Bluesky and more.
client:Zed
transport:stdio
runtime:npm
Install Planify in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"planify": {
"command": "npx",
"args": [
"-y",
"@planifyapps/mcp"
],
"env": {
"PLANIFY_API_KEY": "<PLANIFY_API_KEY>",
"PLANIFY_API_URL": "<PLANIFY_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs