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
# Git
.git
.gitignore
# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
# Virtual environments
.venv
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Environment files (security - don't copy into image)
.env
# Documentation
README.md
*.md
# Test files
test_*.py
tests/
# Docker files
Dockerfile
docker-compose.yml
.dockerignore