Back to directory
aws-mcp-server

aws-mcp-server

@alexei-led181

A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.

AWSCLICloud ManagementInfrastructureSecurityIAMS3EC2MonitoringCost OptimizationAI AssistantClaudeCursorcloud

Installation & Configuration

{
  "mcpServers": {
    "aws-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/Users/YOUR_USER_NAME/.aws:/home/appuser/.aws:ro",
        "ghcr.io/alexei-led/aws-mcp-server:latest"
      ]
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2025/3/19
Updated
2026/6/7