Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
MinIO AIStor MCP Server logo
MCP server

MinIO AIStor MCP Server

MinIO's own server for driving an AIStor or MinIO object store from a chat client.

0
SaveVisit website ↗

Add it to your client

Official
Install
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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?