We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Wayfinder-Foundry/gdal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.dockerignore•324 B
# Version control
.git
.gitignore
# Python cache & build
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.build/
dist/
build/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.venv/
uv.lock # include if you do NOT want it copied; remove this line if you DO
# Local/OS noise
.DS_Store
# CI, docs, and extras (optional)
.github/
docs/