Back to directory
dinghuazhou/sample-mcp-server-tos

dinghuazhou/sample-mcp-server-tos

@dinghuazhou

火山引擎 TOS 对象存储 MCP Server,支持通过自然语言探索和检索 TOS 存储内容

存储对象存储火山引擎TOS自然语言查询数据检索cloud

Installation & Configuration

{
  "mcpServers": {
    "tos-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_tos",
        "mcp-server-tos"
      ],
      "env": {
        "VOLCENGINE_ACCESS_KEY": "your access-key-id",
        "VOLCENGINE_SECRET_KEY": "your access-key-secret",
        "VOLCENGINE_REGION": "tos region",
        "TOS_ENDPOINT": "tos endpoint",
        "SECURITY_TOKEN": "your security token",
        "TOS_BUCKET": "your specific bucket"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13