Skip to content
Zed

vibo mcp for Zed

io.github.chrischall/vibo-mcp

Vibo (vibodj.com) MCP — plan & manage event music: timeline, songs, ideas, questions, guests

client:Zed transport:stdio runtime:npm

Install vibo mcp 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": {
    "vibo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vibo-mcp"
      ],
      "env": {
        "VIBO_EMAIL": "<VIBO_EMAIL>",
        "VIBO_PASSWORD": "<VIBO_PASSWORD>",
        "VIBO_ACCESS_TOKEN": "<VIBO_ACCESS_TOKEN>",
        "VIBO_REFRESH_TOKEN": "<VIBO_REFRESH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

vibo mcp in other clients