Skip to main content
Glama
pedrof
by pedrof
docker-compose.stdio.yml373 B
version: '3.8' services: hue-mcp-server: build: . image: hue-mcp-server:latest container_name: hue-mcp-server network_mode: host # Use host network to access Hue Bridge on local network env_file: - .env restart: unless-stopped stdin_open: true # Keep stdin open for MCP communication tty: true # Allocate a pseudo-TTY

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/pedrof/hue-mcp-server'

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