← Index

AWS CLI MCP Server

io.github.musaddiq-dev/aws-cli-mcp-server·v0.1.2·AWS
Quality Score
85
/100

Python MCP server for AWS CLI inspection and operations

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "aws-cli-mcp-server": {
      "command": "uvx",
      "args": [
        "mdev-aws-mcp-server"
      ],
      "env": {
        "AWS_REGION": "us-east-1",
        "AWS_PROFILE": "default",
        "AWS_MCP_WORKING_DIR": "/tmp/aws-mcp-work",
        "AWS_MCP_REQUIRE_CONFIRMATION": "true",
        "AWS_MCP_LOG_LEVEL": "INFO"
      }
    }
  }
}
§02  Environment variables
AWS_REGION

Default AWS region

AWS_PROFILE

AWS credentials profile

AWS_MCP_WORKING_DIR

Working directory for file operations

AWS_MCP_REQUIRE_CONFIRMATION

Emit warnings for destructive-looking operations

AWS_MCP_LOG_LEVEL

Application log level

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in AWS