MCP Server Chart MinIO
by zaizaizhao
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the API server | 0.0.0.0 |
| PORT | No | Port for the API server | 3000 |
| APP_ENV | No | Application environment (local/docker/production) | docker |
| NODE_ENV | No | Node environment (development/production) | production |
| MINIO_PORT | No | MinIO server port | 9000 |
| MINIO_USE_SSL | No | Whether to use SSL for MinIO connection | false |
| MINIO_ENDPOINT | No | MinIO server hostname (use 'minio' in Docker, 'localhost' for local dev) | localhost |
| PUBLIC_API_URL | No | External access URL for the API service (e.g., http://your-server-ip:3000) | http://localhost:3000 |
| MINIO_ACCESS_KEY | No | MinIO access key for the application | minioadmin |
| MINIO_SECRET_KEY | No | MinIO secret key for the application | minioadmin |
| MINIO_BUCKET_NAME | No | Default bucket name for storing charts | charts |
| MINIO_EXTERNAL_PORT | No | External port for MinIO | 9000 |
| MINIO_EXTERNAL_ENDPOINT | No | External hostname for MinIO (used for generated URLs) | localhost |
| MINIO_AUTO_CREATE_BUCKET | No | Automatically create bucket on startup | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |