mcp-s3-server
If you are the rightful owner of mcp-s3-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP (Model Context Protocol) server for object storage supports a series of operations for managing object storage.
The MCP server for object storage is designed to facilitate the management of object storage through a series of operations. It is compatible with Python 3.11 and above, ensuring modern and efficient performance. The server allows users to perform various operations such as listing, creating, and deleting buckets, as well as managing objects within these buckets. This makes it a versatile tool for developers and organizations looking to implement robust object storage solutions. The server can be easily configured and integrated with MCP clients, providing a seamless experience for managing storage resources.
Features
- List Buckets: Allows users to list all available buckets.
- Exists Bucket: Checks if a specific bucket exists.
- Create Bucket: Enables the creation of new buckets.
- Delete Bucket: Facilitates the deletion of existing buckets.
- Object Management: Includes operations like listing, uploading, downloading, and deleting objects.