Skip to main content
Glama

Nanoleaf MCP Server

by srnetadmin
docker-compose.yml454 B
services: nanoleaf-mcp-server: build: . container_name: nanoleaf-mcp-server environment: - NODE_ENV=production - NANOLEAF_IP=${NANOLEAF_IP:-} - NANOLEAF_AUTH_TOKEN=${NANOLEAF_AUTH_TOKEN:-} - NANOLEAF_PORT=${NANOLEAF_PORT:-16021} - NANOLEAF_PROTOCOL=${NANOLEAF_PROTOCOL:-http} restart: unless-stopped # Network mode host is needed for SSDP discovery to work properly network_mode: host

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/srnetadmin/nanoleaf-mcp-server'

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