Skip to main content
Glama

MinIO Storage MCP

connect_minio

Establish a connection to MinIO Storage MCP by providing server details, authentication keys, and SSL preferences to enable object storage operations like uploads, downloads, and permissions management.

Instructions

连接到MinIO服务器

Input Schema

NameRequiredDescriptionDefault
accessKeyYes访问密钥
endPointYesMinIO服务器地址
portYesMinIO服务器端口
regionNo区域设置(可选)
secretKeyYes秘密密钥
useSSLNo是否使用SSL连接

Input Schema (JSON Schema)

{ "properties": { "accessKey": { "description": "访问密钥", "type": "string" }, "endPoint": { "description": "MinIO服务器地址", "type": "string" }, "port": { "description": "MinIO服务器端口", "type": "number" }, "region": { "description": "区域设置(可选)", "type": "string" }, "secretKey": { "description": "秘密密钥", "type": "string" }, "useSSL": { "default": false, "description": "是否使用SSL连接", "type": "boolean" } }, "required": [ "endPoint", "port", "accessKey", "secretKey" ], "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