alexei-led/aws-mcp-server
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.
Exposes AWS CLI through two dynamically-documented tools (`aws_cli_help` and `aws_cli_pipeline`) that let Claude discover and execute commands on-demand rather than wrapping individual APIs. Implements multiple transport protocols (stdio, streamable-http) with configurable sandboxing modes and strict output/timeout limits, relying on IAM policies as the primary security boundary. Supports Docker containerization for host isolation and credential passing via environment variables or AWS config files, with graceful shutdown and proper MCP error handling.
181 stars.
Stars
181
Forks
31
Language
Python
License
MIT
Category
Last pushed
Feb 27, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/alexei-led/aws-mcp-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
awslabs/mcp
Official MCP Servers for AWS
ravikiranvm/aws-finops-mcp-server
An MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly...
awslabs/iam-policy-autopilot
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create...
jasonwilbur/oci-pricing-mcp
OCI Pricing MCP Server - Model Context Protocol server for Oracle Cloud Infrastructure pricing...
mikegc-aws/Lambda-MCP-Server
Creates a simple MCP tool server with "streaming" HTTP.