Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP mode listening address | 0.0.0.0 |
| MCP_PORT | No | HTTP mode port number | 7799 |
| CACHE_TTL | No | Cache time-to-live in seconds | 300 |
| LOG_LEVEL | No | Log level (e.g., DEBUG, INFO, WARNING, ERROR) | INFO |
| CACHE_ENABLED | No | Enable caching | true |
| MCP_TRANSPORT | No | MCP transport mode: stdio or streamable-http | stdio |
| AWS_ACCESS_KEY_ID | No | AWS access key ID for S3 access (optional if AWS CLI is configured or running on EC2 with appropriate IAM role) | |
| AWS_DEFAULT_REGION | No | AWS default region | us-east-1 |
| DEFAULT_SOURCE_TYPE | No | Default data source type: s3, url, or local | s3 |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for S3 access (optional if AWS CLI is configured or running on EC2 with appropriate IAM role) |
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 | |