Back to directory
buryhuang/mcp-server-aws-resources

buryhuang/mcp-server-aws-resources

@baryhuang24

A Python-based MCP server enabling Claude to query and manage AWS resources via boto3, with sandboxing and containerization for secure execution.

AWSboto3Pythoncloud managementresource managementcloud

Installation & Configuration

{
  "mcpServers": {
    "aws-resources": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "AWS_ACCESS_KEY_ID=your_access_key_id_here",
        "-e",
        "AWS_SECRET_ACCESS_KEY=your_secret_access_key_here",
        "-e",
        "AWS_DEFAULT_REGION=us-east-1",
        "buryhuang/mcp-server-aws-resources:latest"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/1/14
Updated
2026/6/7