← Back to Plugins
MCP Server MCP

Last EHR — Medplum

github By github 👁 1 views ▲ 0 votes

FHIR chart tools for MCP: read-only by default, with elicitation-gated, human-approved writes.

Homepage Verified source GitHub

Install

npx -y @lastehr/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@lastehr/mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "FHIR chart tools over Medplum or a local HAPI stack: read-only by default, with an opt-in elicitation-gated write profile (human-approved per action).",
          "isSecret": true,
          "name": "MEDPLUM_ACCESS_TOKEN"
        },
        {
          "description": "FHIR chart tools over Medplum or a local HAPI stack: read-only by default, with an opt-in elicitation-gated write profile (human-approved per action).",
          "name": "MEDPLUM_CLIENT_ID"
        },
        {
          "description": "FHIR chart tools over Medplum or a local HAPI stack: read-only by default, with an opt-in elicitation-gated write profile (human-approved per action).",
          "isSecret": true,
          "name": "MEDPLUM_CLIENT_SECRET"
        },
        {
          "description": "FHIR chart tools over Medplum or a local HAPI stack: read-only by default, with an opt-in elicitation-gated write profile (human-approved per action).",
          "name": "MEDPLUM_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...