Tos
Createddinghuazhou
Retrieves data from VolcEngine TOS (formerly known as Volcano Engine Object Storage) via an MCP server.
About
The Tos MCP server enables data retrieval from VolcEngine TOS, supporting operations like listing buckets and objects, and retrieving specific objects. It interfaces with TOS using environment variables for authentication and configuration, and integrates into an MCP (Model Context Protocol) environment for streamlined data access within applications.
Key Features
- Lists all buckets owned by the authenticated sender.
- Supports both virtual-hosted-style and path-style requests.
- Lists objects within a specified bucket.
- Configurable with environment variables for access keys, secret keys, region, and endpoint.
- Retrieves a specific object from VolcEngine TOS using its key name.
- 2 GitHub stars