Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_STDIO | No | Set to any value to force stdio mode | |
| REDIS_URL | No | Redis URL for session management | |
| BUCKET_NAME | No | S3 bucket name (required if CHUK_ARTIFACTS_PROVIDER is 's3') | |
| AWS_ACCESS_KEY_ID | No | AWS access key for S3 | |
| AWS_ENDPOINT_URL_S3 | No | Custom S3 endpoint (MinIO, etc.) | |
| CHUK_ARTIFACTS_PATH | No | Filesystem storage path (required if CHUK_ARTIFACTS_PROVIDER is 'filesystem') | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret key for S3 | |
| CHUK_ARTIFACTS_PROVIDER | No | Storage backend: 'memory', 'filesystem', or 's3' | memory |
| MARITIME_REFERENCE_MANIFEST | No | Artifact ID of reference data manifest for preloading from S3 |
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 | |