Skip to content
Cursor

viberaven for Cursor

io.github.ohad6k/viberaven

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

client:Cursor transport:stdio runtime:npm

Install viberaven in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

viberaven in other clients