Back to directory
jmandel/health-record-mcp

jmandel/health-record-mcp

@jmandel

Connect to an EHR and make clinical data available via MCP

EHRFHIRhealthclinicalmedicalSMARTMCPcontext

Installation & Configuration

{
  "mcpServers": {
    "local-ehr": {
      "name": "Local EHR Search",
      "command": "bun",
      "args": [
        "/home/user/projects/smart-mcp/src/cli.ts",
        "--db",
        "/home/user/projects/smart-mcp/data/my_record.sqlite"
      ]
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15