# Amazon Security Lake MCP Server Configuration
# Copy this file to .env and update with your settings
# ===== MINIMAL CONFIGURATION (AUTO-DISCOVERY ENABLED) =====
# Only these are required - the server will auto-discover resources
ASL_MCP_AWS_REGION=us-east-1
ASL_MCP_AWS_PROFILE=your-aws-profile
# ===== MANUAL CONFIGURATION =====
# Uncomment and set these if you want to disable auto-discovery
# ASL_MCP_AUTO_DISCOVER_RESOURCES=false
# ASL_MCP_ATHENA_OUTPUT_LOCATION=s3://your-athena-results-bucket/path/
# ASL_MCP_SECURITY_LAKE_DATABASE=amazon_security_lake_glue_db
# ===== OPTIONAL CONFIGURATION =====
# AWS Configuration
# ASL_MCP_ATHENA_WORKGROUP=primary
# Server Configuration
# ASL_MCP_LOG_LEVEL=INFO
# ASL_MCP_MAX_QUERY_RESULTS=1000
# ASL_MCP_QUERY_TIMEOUT_SECONDS=300
# ASL_MCP_ENABLE_QUERY_CACHING=true
# ASL_MCP_CACHE_TTL_SECONDS=3600
# ===== CLAUDE DESKTOP USERS =====
# When using with Claude Desktop, you typically only need:
# ASL_MCP_AWS_REGION=us-east-1
# ASL_MCP_AWS_PROFILE=your-aws-profile
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/kebabmane/asl-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server