From aws-cost-ops
Local MCP server providing Claude access to AWS CloudWatch for metrics, logs, alarms, dashboards, and insights. Requires AWS credentials.
npx claudepluginhub zxkane/aws-skills --plugin aws-cost-opsAdd to your .mcp.json:
{
"mcpServers": {
"cw": {
"command": "uvx",
"args": [
"awslabs.cloudwatch-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}uvxFASTMCP_LOG_LEVEL=ERROR