Skip to content
Zed

ThreadSnoop Reddit API for Zed

io.github.threadsnoop/reddit

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

client:Zed transport:streamable-http

Install ThreadSnoop Reddit API in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "reddit": {
      "url": "https://api.threadsnoop.com/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ThreadSnoop Reddit API in other clients