Odel
Labby

Labby

Local
@dinglebear-ai5RustAGPL-3.0Updated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dinglebear/labbyv1.8.9

Run

npx -y @dinglebear/labby

MCP client config

{
  "mcpServers": {
    "labby": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/labby"
      ]
    }
  }
}