Skip to main content
Glama
ENGRZULQARNAIN

mcp-s3-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_ACCESS_KEY_IDNoAWS access key ID for authentication
AWS_DEFAULT_REGIONNoAWS region (e.g., us-east-1)
AWS_SECRET_ACCESS_KEYNoAWS secret access key for authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
test_connectionC

Test MCP S3 server connection

list_s3_bucketsA

List all S3 buckets in your storage account (supports AWS S3, DigitalOcean Spaces, IBM Cloud Object Storage, and other S3-compatible services)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: listing buckets vs. testing connection. No overlap exists.

Naming Consistency5/5

Both tools use a consistent verb_noun pattern in snake_case (list_s3_buckets, test_connection).

Tool Count2/5

With only 2 tools for an S3 server, the set feels too thin. Typical S3 services require many more operations (e.g., object CRUD, bucket management).

Completeness1/5

The server lacks essential S3 operations such as listing objects, uploading/downloading files, and creating/deleting buckets, making the tool surface severely incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues