We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kcsoukup/asus-merlin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.pytest_cache
.coverage
.tox
*.cover
.hypothesis
# Virtual Environments
venv/
env/
ENV/
.venv
# IDE
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
.claude
# Documentation (not needed in container)
*.md
!requirements.txt
# Environment files (sensitive)
.env
.env.*
!.env.example
# Logs
*.log
logs/
# Cache
.ruff_cache
.mypy_cache
# Docker
docker-compose.yml
Dockerfile
.dockerignore