Back to Home
saifeezibrahim icon

aws-mcp-server-devops-ai

Verified Safe

by saifeezibrahim

Overview

Enables AI assistants to execute AWS CLI commands and access AWS resource context via the Model Context Protocol (MCP).

Installation

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

Security Notes

The server employs a robust multi-layered command validation system (allow/deny lists, regex rules, Unix command allowlist in pipes) to prevent dangerous AWS CLI operations and command injection. It uses `asyncio.create_subprocess_exec` with `shlex.split` for safe command execution. No hardcoded secrets. Relies on host-provided AWS credentials. Strong emphasis on Docker isolation and IAM least privilege in documentation. The default `stdio` transport is secure; `sse` requires careful network exposure. The code explicitly prevents many common AWS security misconfigurations and dangerous commands.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-26

Tags

AWS CLIAI AssistantModel Context ProtocolDevOpsCloud Management