Skip to content
Grok

viberaven for Grok

io.github.ohad6k/viberaven

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

client:Grok transport:stdio runtime:npm

Install viberaven in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

viberaven in other clients