Skip to content
Zed

reddit mcp buddy for Zed

io.github.karanb192/reddit-mcp-buddy

Reddit browser for AI assistants. Browse without API keys; add credentials for search and analysis.

client:Zed transport:stdio runtime:npm

Install reddit mcp buddy in Zed

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

{
  "context_servers": {
    "reddit-mcp-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "reddit-mcp-buddy"
      ]
    }
  }
}

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

reddit mcp buddy in other clients