Skip to main content
Glama

MinIO Storage MCP

upload_files

Transfer multiple files to MinIO object storage by specifying bucket names, local file paths, and object names. Simplify batch uploads with optional metadata inclusion.

Instructions

批量上传文件

Input Schema

NameRequiredDescriptionDefault
bucketNameYes存储桶名称
filesYes文件列表

Input Schema (JSON Schema)

{ "properties": { "bucketName": { "description": "存储桶名称", "type": "string" }, "files": { "description": "文件列表", "items": { "properties": { "localPath": { "description": "本地文件路径", "type": "string" }, "metadata": { "description": "文件元数据(可选)", "type": "object" }, "objectName": { "description": "对象名称", "type": "string" } }, "required": [ "localPath", "objectName" ], "type": "object" }, "type": "array" } }, "required": [ "bucketName", "files" ], "type": "object" }

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/pickstar-2002/minio-storage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server