Loading languages...
AW

aws-mcp-server

@alexei-led148

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.

AWS
CLI
Cloud Management
Infrastructure
Security
IAM
S3
EC2
Monitoring
Cost Optimization
AI Assistant
Claude
Cursor

# mcpServer Config

{
  "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"
      ]
    }
  }
}

# stdio

docker run -i --rm -v /Users/YOUR_USER_NAME/.aws:/home/appuser/.aws:ro ghcr.io/alexei-led/aws-mcp-server:latest
Transport:
stdio
sse
언어:
python
생성됨:3/19/2025
업데이트됨:7/20/2025