Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"healthcare-ai-governance": {
"args": [
"-m",
"meok_healthcare_ai_governance_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for healthcare ai governance mcp operations
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-healthcare-ai-governance-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-healthcare-ai-governance-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/healthcare-ai-governance-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Healthcare Ai Governance MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
classify_samd | Classify AI/ML Software as Medical Device (SaMD) per FDA framework. |
check_cds_exemption | Check if Clinical Decision Support AI qualifies for FDA CDS exemption. |
hipaa_ai_check | Check HIPAA compliance for AI systems processing health data. |
who_health_ai_ethics | Evaluate against WHO's 6 principles for health AI ethics. |
dual_compliance_check | Check dual FDA + EU AI Act compliance for medical AI devices. |
pip install meok-healthcare-ai-governance-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"healthcare-ai-governance": {
"command": "python",
"args": ["-m", "meok_healthcare_ai_governance_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs