Aws Manager
Freeby MCP Community
AWS operations CLI and MCP server (SSM-only) for EC2/Lambda inventory, remediation, and runtime snapshots
v0.4.7Added Apr 12, 2026
mcpmodel-context-protocolawsec2lambda
Aws Manager MCP Server
AWS operations CLI and MCP server (SSM-only) for EC2/Lambda inventory, remediation, and runtime snapshots
Installation
Reviews
Installation
Quick install
npx -y mcp-aws-manager
Add to claude_desktop_config.json
{
"mcpServers": {
"aws-manager": {
"command": "npx",
"args": ["-y", "mcp-aws-manager"]
}
}
}