MCP Server
MCP
Last EHR — Medplum
FHIR chart tools for MCP: read-only by default, with elicitation-gated, human-approved writes.
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
By
Comments
Sign in to leave a comment