Back to directory
health-record-mcp

health-record-mcp

@jmandel77

A specialized MCP server that connects to Electronic Health Records (EHRs) via SMART on FHIR to provide clinical data access and analysis tools for LLMs and AI agents.

ehrfhirhealthmedicalsmart-on-fhirllm-toolscontext

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
2025/4/4
Updated
2026/6/7