AIStor MCP server
@MCP-Mirror
About AIStor MCP server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments