MinIO PUT MCP Server
by zymeli
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DID | No | Date ID (yyyy-mm-dd), defaults to current date if not set | |
| FID | No | File ID, UUID format, randomly generated if not set | |
| SID | No | Source ID, 32-char MD5 hex, automatically generated if not set | |
| PORT | No | Port (default 9000) | 9000 |
| REGION | No | Region setting | |
| USE_SSL | No | Use SSL (default false) | false |
| ENDPOINT | Yes | MinIO server address | |
| ACCESS_KEY | Yes | Access key | |
| SECRET_KEY | Yes | Secret key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| put_fileA | 上传单个本地文件到 MinIO。自动构建目标路径为 did/sid/fid,并上传元数据 JSON。返回元数据 JSON 对象 (含 did/sid/fid/originalInput/putResult/timestamp)。 |
| put_filesA | 批量上传多个本地文件。共享同一 did/sid,每个文件独立生成 fid。返回元数据 JSON 对象数组。 |
| put_streamA | 从 URL 源流式上传数据到 MinIO。数据不落盘,适合大文件。返回元数据 JSON 对象。 |
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/zymeli/minio-put-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server