WHAT IT CONNECTS
minio mcp server aistor 为 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
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。