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
# PowerShell script to run MCP server in WSL
# This bridges Claude Desktop (Windows) with the containerized MCP server (WSL)
# Run the WSL script and pass through stdin/stdout for MCP communication
& wsl.exe -d Ubuntu bash -c "cd /home/micro/development/mcphue && ./run-docker-mcp.sh"