mcp-s3-server

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.

list-buckets

List all buckets

exists-bucket

Determine whether the bucket exists

create-bucket

Create a new bucket

delete-bucket

Delete the bucket

list-objects

Query the object below the bucket

get-object

Get the object and save it to the local file

put-object

Upload local files into bucket

delete-object

Delete an object

get-object-metadata

Get object metadata