mcp for Zed
ai.rolli/mcp
Social media search, expert discovery, and analytics across X, Reddit, YouTube, and more
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@rolli/mcp"
],
"env": {
"ROLLI_API_TOKEN": "<ROLLI_API_TOKEN>",
"ROLLI_USER_ID": "<ROLLI_USER_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs