Skip to content
Gemini CLI

ThreadSnoop Reddit API for Gemini CLI

io.github.threadsnoop/reddit

Read-only Reddit search API for AI agents: posts, comments, comment trees, subreddit rules.

client:Gemini CLI transport:streamable-http

Install ThreadSnoop Reddit API in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "reddit": {
      "httpUrl": "https://api.threadsnoop.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ThreadSnoop Reddit API in other clients