Loading...
pip install -e{
"mcpServers": {
"aws": {
"command": "uvx",
"args": ["aws-mcp"]
}
}
}aws_cli_helpRetrieves documentation for any AWS CLI command.
Read-only operation that only retrieves help documentation.
aws_cli_pipelineExecutes AWS CLI commands with optional pipes (e.g., jq, grep).
Allows execution of arbitrary AWS CLI commands, potentially leading to resource modification or data exfiltration depending on IAM permissions.
The server's safety depends heavily on the configured IAM policy. When using a least-privilege IAM role and Docker containerization, the risk is reduced. However, misconfigured IAM policies can lead to significant security risks.