mcp-ehr

zavora-ai/mcp-ehr
★ 1 stars Rust AI/LLM Updated today
EHR MCP Server — read and gated-write tools over an electronic health record for clinical agents, with PHI access logging
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ehr": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-ehr"
      ]
    }
  }
}