Back to Browse

Labby MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

9 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Optional GitHub release tag override for the downloaded Labby binary.Optional

Environment variable: LABBY_VERSION

Optional GitHub owner/repo override for release asset downloads.Optional

Environment variable: LABBY_REPO

Tracing filter for Labby runtime logs.Optional

Environment variable: LABBY_LOG

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "ai-dinglebear-labby": {
      "env": {
        "LABBY_LOG": "your-labby-log-here",
        "LABBY_REPO": "your-labby-repo-here",
        "LABBY_VERSION": "your-labby-version-here"
      },
      "args": [
        "-y",
        "@dinglebear/labby"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!