We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/j1c4b/mcp-hybrid-forecasting'
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
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
hybr_fcst_venv/
venv/
ENV/
env/
.venv
# Cache
cache/
*.cache
.cache/
# Results and Output
results/
*.csv
*.png
*.jpg
*.html
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Logs
*.log
# Environment variables
.env
.env.local
# Model files (large binary files)
*.pkl
*.pickle
*.h5
*.hdf5
*.joblib
# Data files (if you want to exclude large datasets)
data/*.csv
data/*.json
# Mac
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Backup files
*.bak
*.backup
*.bkp
*_backup.py
*_bkp.py
# Temporary files
*.tmp
*.temp