ojob.io/ai/mcps/mcp-s3

Usage

ojob ojob.io/ai/mcps/mcp-s3 url=https://s3.amazonaws.com accessKey=AKIA... secret=WJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY region=eu-west-1 bucket=my-bucket readwrite=true useversion1=true ignorecertcheck=true onport=8888 

Description

A STDIO MCP S3 server

Expects

Name Description
url S3 endpoint URL (defaults to the AWS public endpoint)
accessKey Access key ID for the S3 endpoint
secret Secret key for the S3 endpoint
region AWS-style region to use when required by the endpoint
bucket Default bucket to use when one is not provided to the MCP tool
readwrite If true, enables write/delete operations. Default is false (read-only)
useversion1 Force MinIO client to use the S3 API version 1 when listing objects
ignorecertcheck Ignore TLS certificate validation (use with caution)
onport If defined starts a MCP server on the provided port