Reddit for Gemini CLI
io.github.pipeworx-io/reddit
Reddit MCP — public Reddit data via the Atom/RSS feeds.
client:Gemini CLI
transport:streamable-http
Install Reddit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"reddit": {
"httpUrl": "https://gateway.pipeworx.io/reddit/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs