FeedKit for Gemini CLI
io.github.arknill/feedkit
RSS/Atom feed collection with 417 curated feeds. Python MCP server.
client:Gemini CLI
transport:stdio
runtime:pypi
Install FeedKit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"feedkit": {
"command": "uvx",
"args": [
"feedkit"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs