Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment | production |
| LOG_LEVEL | No | Logging level | info |
| JWT_KEY_ID | Yes | Your JWT key ID | |
| EPIC_CLIENT_ID | Yes | Your Epic client ID | |
| JWT_PRIVATE_KEY | Yes | Your JWT private key for Epic authentication | |
| MCP_SERVER_PORT | No | MCP server port | 3000 |
| EPIC_CLIENT_SECRET | Yes | Your Epic client secret | |
| EPIC_FHIR_BASE_URL | No | Epic FHIR base URL | https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |