RSS and news feeds for agents for Gemini CLI
io.github.ux-xd/rss-feed
RSS, Atom and JSON feeds for agents: find a site's feed, read items as JSON, keyless news search.
client:Gemini CLI
transport:streamable-http
Install RSS and news feeds for agents in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rss-feed": {
"httpUrl": "https://rssfeedmcp.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs