Skip to main content
Glama

Smart EHR MCP Server

by jmandel
sample-config.json541 B
{ "ehr": { "fhirBaseUrl": "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4", "clientId": "4b080c5a-bc22-409f-9078-2f4828905562", "requiredScopes": [ "patient/*.read", "launch/patient", "offline_access" ] }, "deliveryEndpoints": { "mcp-callback": { "postUrl": "http://localhost:3000/ehr-retriever-callback" }, "local-server": { "postUrl": "http://localhost:8080/data-sink" }, "prod-server": { "postUrl": "https://example.com/api/receive-ehr" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmandel/health-record-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server