We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RubenReyesss/mcp-nlp-analytics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
# Video files (submitted separately)
*.mp4
*.mov
*.avi
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
*.egg
.installed.cfg
pip-wheel-metadata/
# Testing and coverage
.pytest_cache/
pytest_output.txt
.coverage
coverage.xml
htmlcov/
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE and editor
.vscode/
.idea/
*.swp
*.swo
*.code-workspace
*~
# Local configuration
.env
.env.local
.env.development
.env.production
.env.test
# Databases and analytics output
data/*.db
data/*.sqlite
data/*.sqlite3
data/reporte_clientes.html
# SQLite anywhere else
*.db
*.sqlite
*.sqlite3
# Tool caches
.gradio/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
# OS artifacts
.DS_Store
Thumbs.db
ehthumbs.db
# Temporary files
temp_*.txt
*.tmp
*.log