Back to Home
alexei-led icon

aws-mcp-server

Verified Safe

by alexei-led

Overview

The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.

Installation

Run Command
docker run -i --rm -v ~/.aws:/home/appuser/.aws:ro ghcr.io/alexei-led/aws-mcp-server:latest

Environment Variables

  • AWS_PROFILE
  • AWS_REGION
  • AWS_DEFAULT_REGION
  • AWS_CONFIG_FILE
  • AWS_SHARED_CREDENTIALS_FILE
  • AWS_MCP_TIMEOUT
  • AWS_MCP_MAX_OUTPUT
  • AWS_MCP_TRANSPORT
  • AWS_MCP_SANDBOX
  • AWS_MCP_SANDBOX_CREDENTIALS

Security Notes

The server *directly executes* AWS CLI commands via subprocess without application-layer command filtering, relying entirely on the host's IAM policies for authorization. It includes strong OS-level sandboxing (Landlock/Bubblewrap/Seatbelt) and recommends Docker hardening (read-only filesystem, dropped capabilities, PID limits) to mitigate host-level risks. However, a permissive IAM policy could allow the AI to perform destructive or unintended actions, as the server does not perform command validation beyond ensuring it's an 'aws' command. No hardcoded secrets or 'eval' patterns found.

Similar Servers

Stats

Interest Score60
Security Score7
Cost ClassHigh
Avg Tokens15000
Stars165
Forks27
Last Update2025-12-02

Tags

AWSCLIMCPAI AgentCloud Management