Serversio.github.pete-builds/unifi
U

UniFi Gateway

io.github.pete-builds/unifi · v0.3.0
▦ docker
v0.3.0docker oci: ghcr.io/pete-builds/mcp-unifi:0.3.0↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pete-builds/unifi",
  "description": "Self-hosted UniFi gateway management: VLANs, WLANs, firewall, clients, DHCP, observability.",
  "title": "UniFi Gateway",
  "repository": {
    "url": "https://github.com/pete-builds/mcp-unifi",
    "source": "github"
  },
  "version": "0.3.0",
  "websiteUrl": "https://github.com/pete-builds/mcp-unifi",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/pete-builds/mcp-unifi:0.3.0",
      "runtimeHint": "docker",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3714/mcp"
      },
      "environmentVariables": [
        {
          "description": "When true, the server returns realistic mock data and requires no UniFi hardware. Defaults to true so the image is functional out of the box.",
          "format": "string",
          "default": "true",
          "choices": [
            "true",
            "false"
          ],
          "name": "STUB_MODE"
        },
        {
          "description": "IP address or hostname of the UniFi OS gateway (UCG-Fiber, UDM Pro, etc). Required when STUB_MODE=false.",
          "format": "string",
          "name": "UNIFI_HOST"
        },
        {
          "description": "Local API key generated under Settings -> Control Plane -> Integrations on the gateway. Required when STUB_MODE=false.",
          "format": "string",
          "isSecret": true,
          "name": "UNIFI_API_KEY"
        },
        {
          "description": "UniFi controller site name. Defaults to 'default'.",
          "format": "string",
          "default": "default",
          "name": "UNIFI_SITE"
        },
        {
          "description": "Whether to verify the gateway's TLS certificate. Defaults to false because most home gateways use a self-signed cert.",
          "format": "string",
          "default": "false",
          "choices": [
            "true",
            "false"
          ],
          "name": "UNIFI_VERIFY_SSL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}