S3
byKonMam
0Provides access to AWS S3 functionality through Model Context Protocol (MCP) compatible tools.
소개
Acting as a Model Context Protocol (MCP) server, this tool seamlessly integrates with AWS S3, offering a standardized interface for managing cloud storage. It leverages FastMCP and boto3 to expose a comprehensive set of S3 operations, enabling developers and automated systems to interact with buckets and objects using familiar MCP-compatible clients. This simplifies the management of data in S3 buckets, making it accessible within existing MCP ecosystems.
주요 기능
- Perform CRUD operations (put, get, delete, list) on S3 objects.
- Upload and download files directly to/from S3.
- List and manage S3 buckets.
- 0 GitHub stars
- Retrieve object metadata (head_object) without full download.
- Copy and batch delete multiple S3 objects.
사용 사례
- Providing a standardized interface for data access and manipulation in S3 for various internal tools.
- Integrating AWS S3 cloud storage into MCP-enabled applications and workflows.
- Automating S3 object and bucket management operations through programmatic access.