We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/allen-munsch/mcp-prefect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
.env/
.venv/
env/
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# Install logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
*.cover
*.py,cover
.hypothesis/
pytest_cache/
nosetests.xml
coverage.xml
# Jupyter Notebook
.ipynb_checkpoints
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# PyCharm
.idea/
# VSCode
.vscode/
*.code-workspace
# macOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Logs and databases
*.log
*.sqlite3
*.db
# Docker
docker-compose.override.yml
# Ignore env files with secrets
.envrc
venv*/
.aider*