We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aws-samples/sample-mcp-server-s3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•309 B
# AWS Configuration
AWS_REGION=us-east-1
# Maximum number of buckets to process
S3_MAX_BUCKETS=5
# Specify buckets using either method:
# Method 1: Comma-separated list
S3_BUCKETS=bucket1,bucket2,bucket3
# Method 2: Individual entries
# S3_BUCKET_1=mybucket1
# S3_BUCKET_2=mybucket2
# S3_BUCKET_3=mybucket3