Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host address for the MCP server | 0.0.0.0 |
| MCP_PORT | No | Port for the MCP server | 8000 |
| MINIO_SECURE | No | Whether to use a secure (HTTPS) connection (true/false) | |
| MINIO_ENDPOINT | Yes | MinIO server endpoint (e.g., 127.0.0.1:9000) | |
| MINIO_ACCESS_KEY | Yes | Access key for MinIO authentication | |
| MINIO_SECRET_KEY | Yes | Secret key for MinIO authentication | |
| MINIO_OBJECT_PREFIX | No | Prefix for the object path | uploads |
| MINIO_DEFAULT_BUCKET | Yes | Default bucket for uploading files | |
| MINIO_AUTO_CREATE_BUCKET | No | Whether to automatically create the bucket if it does not exist |
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 | |