mcp-unifi
by pete-builds
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address. | 0.0.0.0 |
| MCP_PORT | No | Listen port. | 3714 |
| LOG_LEVEL | No | One of DEBUG, INFO, WARNING, ERROR, CRITICAL. | INFO |
| STUB_MODE | No | When false, real-mode credentials are required. | true |
| LOG_FORMAT | No | json for production, text for local dev. | json |
| UNIFI_HOST | No | Gateway IP or hostname (no scheme). Required in real mode. | |
| UNIFI_PORT | No | HTTPS port for the gateway. | 443 |
| UNIFI_SITE | No | Controller site identifier. | default |
| UNIFI_API_KEY | No | Local API key from Settings -> Control Plane -> Integrations. Required in real mode. | |
| UNIFI_VERIFY_SSL | No | Set true if you have installed a real cert on the gateway. | false |
| IOT_SUBNET_TEMPLATE | No | Must contain the literal {vlan_id} placeholder. | 10.0.{vlan_id}.0/24 |
| IOT_DHCP_STOP_OFFSET | No | Last DHCP lease offset within the IoT /24. | 200 |
| IOT_DHCP_START_OFFSET | No | First DHCP lease offset within the IoT /24. | 100 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pete-builds/mcp-unifi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server