Skip to content
Cursor

Labby for Cursor

ai.dinglebear/labby

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

client:Cursor transport:stdio runtime:npm

Install Labby in Cursor

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

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>"
      }
    }
  }
}

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

Labby in other clients