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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zaizaizhao/mcp-server-chart-minio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server