mcp-server-s3
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | The AWS region to use for S3 operations. | us-east-1 |
| AWS_ACCESS_KEY_ID | No | AWS access key ID for authentication. | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_bucketsB | List all S3 buckets in your AWS account. |
| list_objectsB | List objects in an S3 bucket. Optionally filter by prefix and limit count. |
| get_objectA | Download and read the contents of an S3 object as text. |
| put_objectC | Upload text content to an S3 object. |
| delete_objectC | Delete an object from an S3 bucket. |
| presigned_urlC | Generate a presigned URL for temporary access to an S3 object. |
| bucket_infoC | Check if a bucket exists and get basic info. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ofershap/mcp-server-s3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server