Skip to main content
Glama
pedrof
by pedrof
.env.example656 B
# Philips Hue Bridge Configuration # Copy this file to .env and fill in your actual values # IP address of your Hue Bridge # Find it via: https://discovery.meethue.com/ or your router's DHCP list HUE_BRIDGE_IP=192.168.1.x # API Key (username) for your Hue Bridge # Obtain by pressing the bridge button and running: # curl -X POST http://<BRIDGE_IP>/api -H "Content-Type: application/json" -d '{"devicetype":"hue-mcp-server#user"}' HUE_API_KEY=your-api-key-here # HTTP Server Configuration (optional - for network access) # Host to bind to (0.0.0.0 = all interfaces, 127.0.0.1 = localhost only) MCP_HOST=0.0.0.0 # Port for the HTTP server MCP_PORT=8080

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