mcp-s3-server
0
This project is an MCP server designed for object storage. It allows various bucket and object operations such as listing, creating, and deleting buckets, and managing objects within the buckets. It is implemented in Python and requires version 3.11 or higher.
Object Storage Service MCP
An MCP (Model Context Protocol) server for object storage that supports a range of operations.
System Requirements
- Python >= 3.11
Usage
- Pull the project locally.
- Install dependencies
- Configure the server in the MCP client.
Supported Operations
- List buckets
- Check if a bucket exists
- Create a new bucket
- Delete a bucket
- Query objects within a bucket
- Fetch an object to a local file
- Upload a local file to a bucket
- Delete an object
- Retrieve object metadata