Skip to content
Zed

VibeVO for Zed

io.vibevo/vibevo

Use VibeVO API tools for campaigns, analytics, posts, creators, wallets, and factories.

client:Zed transport:stdio runtime:npm

Install VibeVO 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": {
    "vibevo": {
      "command": "npx",
      "args": [
        "-y",
        "@vibevo/mcp"
      ],
      "env": {
        "VIBEVO_API_KEY": "<VIBEVO_API_KEY>",
        "VIBEVO_API_BASE_URL": "<VIBEVO_API_BASE_URL>"
      }
    }
  }
}

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

VibeVO in other clients