We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityaldy/mcp-training'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Virtual environment
venv/
.venv/
env/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Environment files (secrets)
.env
.env.*
*.env
# Git
.git/
.gitignore
# Documentation
docs/
*.md
!README.md
# Tests
tests/
test_*.py
*_test.py
pytest.ini
.pytest_cache/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Build artifacts
dist/
build/
*.egg-info/
# Logs
logs/
*.log
# PPK keys (security)
*.ppk
*.pem
*.key
# Misc
.github/
deployment_devops.md
plan.md