FeedKit for Zed
io.github.arknill/feedkit
RSS/Atom feed collection with 417 curated feeds. Python MCP server.
client:Zed
transport:stdio
runtime:pypi
Install FeedKit in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"feedkit": {
"command": "uvx",
"args": [
"feedkit"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs