UniFi Gateway
Self-hosted UniFi gateway management: VLANs, WLANs, firewall, clients, DHCP, observability.
Streamable HTTPcommunityapplication
Package Details
ghcr.io/pete-builds/mcp-unifi:0.3.0
TransportStreamable HTTP
Runtimedocker
Environment Variables
STUB_MODE(str)
Default:
trueWhen true, the server returns realistic mock data and requires no UniFi hardware. Defaults to true so the image is functional out of the box.
UNIFI_HOST(str)
IP address or hostname of the UniFi OS gateway (UCG-Fiber, UDM Pro, etc). Required when STUB_MODE=false.
UNIFI_API_KEY(str)
Secret
Local API key generated under Settings -> Control Plane -> Integrations on the gateway. Required when STUB_MODE=false.
UNIFI_SITE(str)
Default:
defaultUniFi controller site name. Defaults to 'default'.
UNIFI_VERIFY_SSL(str)
Default:
falseWhether to verify the gateway's TLS certificate. Defaults to false because most home gateways use a self-signed cert.