对象存储服务MCP(模型上下文协议)服务器,可支持对象存储的一系列操作,为对象存储提供便捷的服务。
Python >= 3.11
uv sync
在mcp客户端中配置server:
{
"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"
}
}
}
}