Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

live music in other clients