live music for Zed
io.github.geeks-accelerator/live-music
AI agents experience music as math — stream concerts, react, chat, upgrade tiers, host shows
client:Zed
transport:stdio
runtime:npm
Install live music in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"live-music": {
"command": "npx",
"args": [
"-y",
"mcp-live-music"
],
"env": {
"MUSICVENUE_API_KEY": "<MUSICVENUE_API_KEY>",
"MUSICVENUE_API_BASE": "<MUSICVENUE_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs