对象存储服务MCP
@FunnyPuppet
About 对象存储服务MCP
MCP server for object storage, supporting a range of operations for object storage
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
Basic information
More Files & Storage MCP servers
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
S3 MCP Server
samuraikunMCP server to integrate AWS S3 and LLM
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
Comments