Skip to content
All posts

UCE AI Team Update: MinIO Model Context Protocol Published

Thrilled to share that we have published a MinIO Model Context Protocol (MCP).

MinIO MCP is based on minio-py client and provides next features:

Exposes MinIO data through Resources. The server can access and provide:

  • Text files (automatically detected based on file extension)
  • Binary files (handled as application/octet-stream)
  • Bucket contents (up to 1000 objects per bucket)

Tools: ListBuckets, ListObjects, GetObject, PutObject

Screenshot 2025-03-20 at 5.09.51 PM

 

Screenshot 2025-03-20 at 5.10.19 PM

Model Context Protocol is an open standard and open source library that enables developers to build secure, two-way connections between their data sources and AI-powered tools.