feedlio for Zed
io.github.itechsoftsolution16/feedlio
Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.
client:Zed
transport:stdio
runtime:npm
Install feedlio in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"feedlio": {
"command": "npx",
"args": [
"-y",
"@itechsoftsolutions/social-mcp-server"
],
"env": {
"FEEDLIO_API_URL": "<FEEDLIO_API_URL>",
"FEEDLIO_API_TOKEN": "<FEEDLIO_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs