Skip to main content
Glama

Healthcare Analytics MCP Server

by dslans
.gitignore781 B
# Environment variables (contain secrets) .env .env.local .env.development .env.test .env.production # Config files (but allow examples) warp_cloud_run_config.json warp_mcp_config.json warp_bridge_config.json tools.yaml # Python cache and compiled files __pycache__/ *.pyc *.pyo *.pyd .Python *.so .pytest_cache/ # Virtual environments .venv/ venv/ env/ ENV/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # Build artifacts build/ dist/ *.egg-info/ # Google Cloud credentials (if stored locally) *-key.json service-account-*.json # Temporary files *.tmp *.temp # Coverage reports htmlcov/ .coverage .coverage.* # Docker override files (if any) docker-compose.override.yml

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dslans/mcp_healthcare_data'

If you have feedback or need assistance with the MCP directory API, please join our Discord server