Skip to main content
Glama

MinIO Storage MCP

upload_file

Transfer files from local storage to a specified bucket in MinIO object storage using bucket name, object name, and file path. Optional metadata can be added during the upload process.

Instructions

上传文件到存储桶

Input Schema

NameRequiredDescriptionDefault
bucketNameYes存储桶名称
filePathYes本地文件路径
metadataNo文件元数据(可选)
objectNameYes对象名称

Input Schema (JSON Schema)

{ "properties": { "bucketName": { "description": "存储桶名称", "type": "string" }, "filePath": { "description": "本地文件路径", "type": "string" }, "metadata": { "description": "文件元数据(可选)", "type": "object" }, "objectName": { "description": "对象名称", "type": "string" } }, "required": [ "bucketName", "objectName", "filePath" ], "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