Skip to content
Zed

Labby for Zed

ai.dinglebear/labby

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

client:Zed transport:stdio runtime:npm

Install Labby in Zed

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

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

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

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

Labby in other clients