Back to Home
txn2 icon

mcp-s3

Verified Safe

by txn2

Overview

The mcp-s3 server enables AI assistants to interact with Amazon S3 and S3-compatible object storage for tasks like browsing buckets, reading/writing objects, and generating presigned URLs.

Installation

Run Command
docker run -e AWS_ACCESS_KEY_ID=your-access-key -e AWS_SECRET_ACCESS_KEY=your-secret-key -e AWS_REGION=us-east-1 ghcr.io/txn2/mcp-s3

Environment Variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • S3_ENDPOINT
  • S3_USE_PATH_STYLE
  • MCP_S3_EXT_READONLY
  • MCP_S3_MAX_GET_SIZE
  • MCP_S3_MAX_PUT_SIZE
  • S3_ADDITIONAL_CONNECTIONS

Security Notes

The project demonstrates a strong focus on security, with defaults like read-only mode, size limits, and configurable prefix-based ACLs. It leverages the AWS SDK's credential chain for secure access and explicitly warns against committing credentials. Audit logging is available. No 'eval' or malicious patterns were found in the provided source. The `SECURITY.md` file comprehensively covers best practices and verification methods, contributing to a high security posture.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassHigh
Avg Tokens50000
Stars1
Forks0
Last Update2026-01-18

Tags

s3awsobject-storagemcpAI-assistants