reddit mcp for Zed
io.github.mrfentmen/reddit-mcp
Keyless MCP server for Reddit search via Arctic Shift: posts and comments by subreddit and query.
client:Zed
transport:stdio
runtime:npm
Install reddit mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"reddit-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/reddit-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs