MCP.so
Sign In

对象存储服务MCP

@FunnyPuppet

About 对象存储服务MCP

MCP server for object storage, supporting a range of operations for object storage

Basic information

Category

Files & Storage

License

MIT

Runtime

python

Transports

stdio

Publisher

FunnyPuppet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bilibili": {
      "command": "uv",
      "args": [
        "--directory",
        "/your-project-path/src/s3-server",
        "run",
        "server.py"
      ],
      "env": {
        "ENDPOINT": "endpoint",
        "ACCESS_KEY_ID": "your access key",
        "ACCESS_KEY_SECRET": "your access secret"
      }
    }
  }
}

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 对象存储服务MCP?

对象存储服务MCP is an MCP (Model Context Protocol) server that provides a set of operations for managing object storage services. It allows AI assistants to interact with an S3-compatible object storage system through standard MCP interfaces, targeting developers building AI-powered storage management workflows.

How to use 对象存储服务MCP?

Clone the repository, install dependencies with uv sync, then configure the server in an MCP client by adding

Comments

More Files & Storage MCP servers