Bangermap for Zed
io.github.adesiahq/bangermap-mcp
Find YouTube outliers, videos that beat their channel's own baseline, on your own free API key.
client:Zed
transport:stdio
runtime:npm
Install Bangermap in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bangermap-mcp": {
"command": "npx",
"args": [
"-y",
"bangermap-mcp"
],
"env": {
"YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs