We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mjrestivo16/mcp-unifi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# UniFi Network Controller Configuration
# Copy this file to .env and update with your actual credentials
# UniFi Controller URL (including https://)
# Examples:
# Cloud Gateway: https://192.168.16.254
# Dream Machine: https://192.168.1.1
# Self-hosted: https://unifi.yourdomain.com:8443
UNIFI_URL=https://192.168.1.1
# UniFi admin username
UNIFI_USERNAME=admin
# UniFi admin password
UNIFI_PASSWORD=your_password_here
# UniFi site name/ID (usually 'default' for single-site deployments)
UNIFI_SITE=default