We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpanishST/hueclientrest-mpc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•453 B
# Hue MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Hue server URL
HUE_HOST=https://your-hue-server.example.com
# Required: Hue authentication credentials
HUE_USERNAME=your_username
HUE_PASSWORD=your_password
# Optional: SSL configuration
# Set to 'false' to disable SSL certificate verification (not recommended for production)
HUE_VERIFY_SSL=true
# Set to 'true' to show SSL warnings
HUE_SSL_WARNINGS=false