We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameronrye/openzim-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
venv/
env/
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
# Logs
*.log
logs/
# ZIM files (for testing)
*.zim
demo/
# ZIM test data from zim-testing-suite
test_data/zim-testing-suite/
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
# Development artifacts
test_*_validation.py
test_*_edge_cases.py
test_*_integration.py
*_VALIDATION_REPORT.md
*_REPORT.md
# Node.js (for pre-commit hooks like prettier)
node_modules/
package-lock.json
yarn.lock