We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rmrfslashbin/hue-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Binaries
bin/
hue-mcp
*.exe
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# Cache and logs
.cache/
*.log
# Configuration (may contain sensitive keys)
config.json
hue-config.json
*-config.json
!example-config.json
# Hue MCP specific
hue-bridge-cache/
.hue-mcp-state/
auth-tokens/
bridge-discovery-cache.json
.hue-session/
# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
ehthumbs.db
# Temporary files
*.tmp
*.temp
*.bak
*.backup
# Local development certificates
*.pem
*.key
*.crt
# Local development database files
*.sqlite
*.sqlite3
*.db
# Claude Desktop config (contains absolute paths specific to user)
claude_desktop_config.json
# Any local override files
*.local.*
local.*