Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | Database host address | localhost |
| DB_NAME | No | The name of the database | clinical_mcp |
| DB_PORT | No | Database port number | 5432 |
| DB_USER | No | The database username | postgres |
| REDIS_URL | No | The connection URL for Redis | redis://localhost:6379 |
| AWS_REGION | No | AWS region for KMS or other AWS services | |
| DB_PASSWORD | No | The database password | postgres |
| EHR_API_KEY | No | API key for authenticating with the EHR backend | |
| EHR_API_URL | No | The URL for the EHR Backend API | http://localhost:8080 |
| ENVIRONMENT | No | Application environment (local, development, staging, production) | development |
| ANTHROPIC_API_KEY | Yes | Your Claude API key | |
| AWS_ACCESS_KEY_ID | No | AWS access key identifier | |
| ENCRYPTION_KEY_ID | No | Encryption key ID (e.g., AWS KMS ARN) for data protection | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |