Skip to main content
Glama
coolify.json1.36 kB
{ "name": "UniFi MCP Server", "description": "MCP Server for UniFi Network Management with OAuth 2.0 support", "type": "docker-compose", "repository": "https://github.com/yourusername/unifi-mcp-server", "branch": "main", "settings": { "port": 3003, "health_check_path": "/health", "health_check_interval": 30 }, "environment": [ { "key": "UNIFI_API_KEY", "description": "API Key from unifi.ui.com", "required": true, "secret": true }, { "key": "BASE_URL", "description": "Public URL of the server (e.g., https://unifi.yourdomain.com)", "required": true }, { "key": "OAUTH_PASSWORD", "description": "Password required to authorize OAuth clients", "required": false, "secret": true }, { "key": "API_KEY", "description": "API Key for direct (non-OAuth) access", "required": false, "secret": true }, { "key": "NODE_ENV", "description": "Environment mode", "default": "production", "required": false } ], "services": { "unifi-mcp": { "image": "unifi-mcp-server", "ports": ["3003:3003"], "depends_on": ["redis"] }, "redis": { "image": "redis:7-alpine", "volumes": ["redis-data:/data"] } }, "volumes": { "redis-data": {} } }

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/vandreus/Unifi-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server