Skip to main content
Glama
zymeli

MinIO PUT MCP Server

by zymeli

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DIDNoDate ID (yyyy-mm-dd), defaults to current date if not set
FIDNoFile ID, UUID format, randomly generated if not set
SIDNoSource ID, 32-char MD5 hex, automatically generated if not set
PORTNoPort (default 9000)9000
REGIONNoRegion setting
USE_SSLNoUse SSL (default false)false
ENDPOINTYesMinIO server address
ACCESS_KEYYesAccess key
SECRET_KEYYesSecret key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/zymeli/minio-put-mcp'

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