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
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
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.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
コメント