Cloud · MODEL CONTEXT PROTOCOL

minio mcp server aistor

Official MCP Server for AIStor

WHAT IT CONNECTS

What minio mcp server aistor gives an AI Agent

  • List buckets
  • List objects in the bucket
  • Get object's metadata and tags
  • Create a presigned URL with expiration for an object
  • Describe the object's contents using the `ask-object` function
  • Create a bucket
  • Upload an object to the bucket
  • Add tags to the object
  • Delete an object
  • Delete a bucket
  • Get cluster info (config, health status, available space) in human-readable form
  • Download and install Claude for Desktop application from [Claude](https://claude.ai/download).
  • Make sure you have Docker or Podman installed and ready to use on your desktop/laptop.
  • Get your AIStor (or MinIO) object store credentials (`MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY`) and its endpoint location.
  • macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
  • Windows: `%APPDATA%\Claude\claude_desktop_config.json`
  • "List all buckets on my AIStor server"
  • "List the contents of bucket test"
  • "Download the file example.pdf to my Downloads directory"
  • "Create a bucket my-bucket"
  • "Upload document.pdf from Downloads to bucket my-bucket"
  • "Get metadata of file.pdf in bucket my-bucket"
  • "List all tags for object config.json"
  • "Show server health status"
  • "Get storage usage statistics"

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.