Loading languages...
HE

health-record-mcp

@jmandel66

Connect to an EHR and make clinical data available via MCP

ehr
fhir
health
medical
smart-on-fhir
llm-tools

# mcpServer Config

{
  "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"
      ]
    }
  }
}

# stdio

bun src/cli.ts --db ./data/my_record.sqlite
Transport:
stdio
sse
Язык:
TypeScript
Создано:4/5/2025
Обновлено:10/29/2025
Домашняя страница:
https://github.com/jmandel/health-record-mcp