MinIO MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINIO_SECURE | No | Set to 'true' for HTTPS connection, or 'false' for HTTP. | false |
| MINIO_ENDPOINT | Yes | The MinIO server endpoint (e.g., localhost:9000). | |
| MINIO_ACCESS_KEY | Yes | The access key for MinIO/S3 storage. | |
| MINIO_SECRET_KEY | Yes | The secret key for MinIO/S3 storage. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| minio_list_bucketsB | List all buckets in MinIO storage |
| minio_make_bucketC | Create a new bucket in MinIO |
| minio_remove_bucketB | Remove an empty bucket from MinIO |
| minio_bucket_existsB | Check if a bucket exists in MinIO |
| minio_list_objectsC | List objects in a MinIO bucket |
| minio_get_objectC | Get object content from MinIO bucket |
| minio_put_objectC | Upload content as an object to MinIO bucket |
| minio_upload_fileC | Upload a local file to MinIO bucket |
| minio_download_fileB | Download an object from MinIO to a local file |
| minio_remove_objectC | Remove an object from a MinIO bucket |
| minio_stat_objectA | Get object metadata without downloading content |
| minio_presigned_urlC | Generate a presigned URL for object download |
| minio_copy_objectC | Copy an object to another location in MinIO |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Raphaelren/minio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server