Skip to content
Grok

Labby for Grok

ai.dinglebear/labby

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

client:Grok transport:stdio runtime:npm

Install Labby in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "labby": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/labby"
      ],
      "env": {
        "LABBY_VERSION": "<LABBY_VERSION>",
        "LABBY_REPO": "<LABBY_REPO>",
        "LABBY_LOG": "<LABBY_LOG>"
      }
    }
  }
}

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

Labby in other clients