Back to directory
wangsu-cloud-storage/wcs-mcp-server

wangsu-cloud-storage/wcs-mcp-server

@Wangsu-Cloud-Storage

基于 WCS 云存储构建的 MCP Server,支持访问云存储和智能多媒体服务

cloud-storagewcswoss3multimediaaimodel-context-protocolcloud

Installation & Configuration

{
  "mcpServers": {
    "wos": {
      "command": "uv",
      "args": [
        "--directory",
        ".",
        "run",
        "wos-mcp-server"
      ],
      "env": {
        "WOS_ACCESS_KEY": "YOUR_ACCESS_KEY",
        "WOS_SECRET_KEY": "YOUR_SECRET_KEY",
        "WOS_REGION_NAME": "YOUR_REGION_NAME",
        "WOS_ENDPOINT_URL": "YOUR_ENDPOINT_URL",
        "WOS_BUCKETS": "YOUR_BUCKET_A,YOUR_BUCKET_B"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2026/6/14
Updated
2026/6/15