Skip to content
Zed

viberaven for Zed

io.github.ohad6k/viberaven

VibeRaven MCP for production-readiness checks and Launch Autopilot next actions

client:Zed transport:stdio runtime:npm

Install viberaven in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "viberaven": {
      "command": "npx",
      "args": [
        "-y",
        "@viberaven/mcp"
      ]
    }
  }
}

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

viberaven in other clients