Skip to main content
Glama
nntkio

UniFi MCP Server

by nntkio
docker-compose.yml437 B
services: unifi-mcp: build: . image: unifi-mcp:latest container_name: unifi-mcp environment: - UNIFI_HOST=${UNIFI_HOST} - UNIFI_USERNAME=${UNIFI_USERNAME} - UNIFI_PASSWORD=${UNIFI_PASSWORD} - UNIFI_SITE=${UNIFI_SITE:-default} - UNIFI_VERIFY_SSL=${UNIFI_VERIFY_SSL:-false} - UNIFI_IS_UNIFI_OS=${UNIFI_IS_UNIFI_OS:-false} stdin_open: true tty: true restart: unless-stopped

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/nntkio/unifiMCP'

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