commafeed mcp for Zed
io.github.mrfentmen/commafeed-mcp
CommaFeed RSS reader entries, tags and subscribe.
client:Zed
transport:stdio
runtime:npm
Install commafeed mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"commafeed-mcp": {
"command": "npx",
"args": [
"-y",
"commafeed-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs