Skip to main content
Glama

MinIO Storage MCP

set_bucket_policy

Configure access permissions for a MinIO storage bucket by defining a JSON policy. Manage and enforce security rules for bucket-level operations.

Instructions

设置存储桶策略

Input Schema

NameRequiredDescriptionDefault
bucketNameYes存储桶名称
policyYesJSON格式的策略

Input Schema (JSON Schema)

{ "properties": { "bucketName": { "description": "存储桶名称", "type": "string" }, "policy": { "description": "JSON格式的策略", "type": "string" } }, "required": [ "bucketName", "policy" ], "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