Skip to main content
Glama

Smart EHR MCP Server

by jmandel
config.epicprod.json970 B
{ "retrieverConfig": { "deliveryEndpoints": { "mcp-callback": { "postUrl": "/ehr-retriever-callback" } }, "brandFiles": [ { "url": "./brands/epic.json", "tags": ["epic", "prod"], "vendorConfig": { "clientId": "012662a7-8a52-4b22-8252-f58b9b52e8c9", "scopes": "patient/*.rs", "redirectUrl": "https://healthsearch.snarked.com:8443/ehr-callback" } } ] }, "server": { "host": "localhost", "port": 8443, "baseUrl": "https://healthsearch.snarked.com:8443", "https": { "enabled": true, "keyPath": "./healthsearch.snarked.com+3-key.pem", "certPath": "./healthsearch.snarked.com+3.pem" }, "ehrCallbackPath": "/ehr-callback" }, "persistence": { "enabled": true, "_directory": "./data" }, "security": { "disableClientChecks": true }, "staticSession": { "enabled": false, "dbPath": "" } }

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