Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_HOST | No | Host address for the MCP server | 0.0.0.0 |
| SERVER_PORT | No | Port for the MCP server | 8000 |
| MINIO_SECURE | No | Whether to use HTTPS for the MinIO connection | true |
| MINIO_ENDPOINT | No | The endpoint URL for the MinIO server | play.min.io |
| MINIO_ACCESS_KEY | Yes | Your MinIO access key for authentication | |
| MINIO_SECRET_KEY | Yes | Your MinIO secret key for authentication | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key (if using the Anthropic client) | |
| MINIO_MAX_BUCKETS | No | Maximum number of buckets to return | 5 |
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 | |