FastSocial for Zed
io.github.socialappsceduler-eng/fastsocial
Schedule and manage social media posts across 7 platforms directly from Claude.
client:Zed
transport:stdio
runtime:oci
Install FastSocial in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fastsocial": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/socialappsceduler-eng/fastsocial-mcp:latest"
],
"env": {
"FASTSOCIAL_API_KEY": "<FASTSOCIAL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs