Sign In

@infoinlet/mcp-s3

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-s3

Read-only S3 / S3-compatible (MinIO, R2) object storage for AI agents — list buckets, list objects, object metadata, fetch object text. No put/delete. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Weekly downloads
22
-38.89%
Maintainers
1
Weekly downloads
 
Created
Source

@infoinlet/mcp-s3

Read-only object-storage access for AI agents — list buckets, list objects by prefix, read object metadata, and fetch object text (capped). No put/delete. Works with AWS S3 and S3-compatible stores (MinIO, Cloudflare R2, Wasabi) via S3_ENDPOINT. Use read-only credentials.

Tools: s3_list_buckets · s3_list_objects · s3_head_object · s3_get_object.

{ "mcpServers": { "s3": { "command": "npx", "args": ["-y", "@infoinlet/mcp-s3"], "env": {
  "AWS_ACCESS_KEY_ID": "…", "AWS_SECRET_ACCESS_KEY": "…", "AWS_REGION": "us-east-1"
} } } }

FAQs

Package last updated on 31 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts