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
run-mcp-windows.bat•303 B
@echo off
REM Windows batch script to run MCP server in WSL
REM This bridges Claude Desktop (Windows) with the containerized MCP server (WSL)
REM 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"