ucesys/minio-python-mcp
If you are the rightful owner of minio-python-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MinIO Model-Context Protocol (MCP) server and client provide a standardized way to interact with MinIO object storage.
Tools
Functions exposed to the LLM to take actions
ListBuckets
Returns a list of all buckets owned by the authenticated sender of the request.
ListObjects
Returns some or all (up to 1,000) of the objects in a bucket with each request.
GetObject
Retrieves an object from MinIO.
PutObject
Uploads a file to MinIO bucket using fput method.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client