We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pab1it0/adx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python compiled files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
# Unit test / coverage reports
.pytest_cache/
htmlcov/
.tox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
# Virtual environments
.venv/
venv/
env/
ENV/
# IDE directories
.idea/
.vscode/
*.swp
*.swo
# Environment files
.env
!.env.template
# Log files
*.log
# Miscellaneous
.DS_Store