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