health-record-mcp

(★ 85)

Connect to an EHR and make clinical data available via MCP

File Explorer

  • .gitignore
  • bun.lock
  • clientFhirUtils.ts
  • clientTypes.ts
  • config.claude.json
  • config.epic-gh-pages.json
  • config.epicprod.json
  • config.epicsandbox.json
  • config.jmandel.json
  • config.smartsandbox.json
  • config.stdio.json
  • Dockerfile
  • ehretriever.ts
  • LICENSE.txt
  • opener.html
  • package.json
  • README.md
  • sample-config.json

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

bun run

View Details ▼

Execute a JavaScript/TypeScript file, or a script from `package.json`.

bun run {{script_name}}

Run a script defined in `package.json`:

bun run {{path/to/file.ts}}

Run a JavaScript or TypeScript file directly:

bun run --watch {{path/to/file.ts}}

Run a file in "watch" mode (restarts automatically when the file changes):

# Project Badges

  • EHR Tools Overview EHR Tools Overview
// repository documentation