AIStor MCP server
@MCP-Mirror
关于 AIStor MCP server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"aistor": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-v",
"/Users/YOUR_USERNAME/Downloads:/Downloads",
"-e",
"MINIO_ENDPOINT=REPLACE_WITH_ENDPOINT",
"-e",
"MINIO_ACCESS_KEY=REPLACE_WITH_ACCESS_KEY",
"-e",
"MINIO_SECRET_KEY=REPLACE_WITH_SECRET_KEY",
"-e",
"MINIO_USE_SSL=true",
"quay.io/minio/aistor/mcp-server-aistor:latest",
"--allowed-directories",
"/Downloads",
"--allow-write",
"--allow-delete",
"--allow-admin"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AIStor MCP server?
AIStor MCP server is a Model Context Protocol (MCP) server for interacting with AIStor object stores. It provides tools for reading, writing, deleting, and administering buckets and objects through MCP clients such as Claude for Desktop.
How to use AIStor MCP server?
Configure the server in the Claude for Desktop configuration file using Docker or Podman with environment variables for the AIStor endpoint, access key, and secret key. By default the server runs in read‑only mode; add --allow-write, --allow-delete, or --allow-admin flags to enable additional operations. Optionally set --max-keys to control the number of objects listed.
Key features of AIStor MCP server
- List buckets and objects with metadata and tags.
- Create presigned URLs with configurable expiration.
- Describe object contents using the
ask-objectAI function. - Write, delete, and admin operations when enabled via flags.
- Works with any MCP‑enabled client.
- Deployed as a Docker or Podman container.
Use cases of AIStor MCP server
- List all buckets
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论