MCP server
MinIO AIStor MCP Server
MinIO's own server for driving an AIStor or MinIO object store from a chat client.
Add it to your client
OfficialInstall
docker run -e MINIO_ENDPOINT=... -e MINIO_ACCESS_KEY=... -e MINIO_SECRET_KEY=... quay.io/minio/aistor/mcp-server-aistor:latest
mcpServers
{
"mcpServers": {
"minio-aistor-mcp": {
"command": "docker",
"args": [
"run",
"-e",
"MINIO_ENDPOINT=...",
"-e",
"MINIO_ACCESS_KEY=...",
"-e",
"MINIO_SECRET_KEY=...",
"quay.io/minio/aistor/mcp-server-aistor:latest"
]
}
}
}- Transport
- both
- Runtime
- Docker
- Auth
- Required
Tools
list_bucketsupload_objectdownload_objectdelete_objectget_object_metadataset_object_tagsask_objectget_admin_info
It ships as a container image and needs the usual endpoint, access key and secret key to start. Beyond listing buckets and moving objects in and out, it carries an unusual tool that answers a question directly from an object's contents, plus tagging and cluster admin calls. Both stdio and streamable HTTP are supported, so desktop clients and remote setups are equally viable.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment