We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vog01r/skyfly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
.cursor/
# Environment & Secrets
.env
.env.*
*.pem
certs/
# Database & Data
data/
*.db
*.sqlite
*.sqlite3
# FAA Data (too large for git - download separately)
ReleasableAircraft/
ReleasableAircraft_dataset/
*.txt.gz
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Distribution
dist/
build/
*.egg-info/
# Test
.pytest_cache/
.coverage
htmlcov/