aws-cloudwatch
stdioUsed by 1 plugin
Installs devops-sre, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub latestaiagents/agent-skills --plugin devops-sreDescription
Access AWS CloudWatch logs, metrics, and alarms
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"aws-cloudwatch": {
"command": "npx",
"args": [
"-y",
"cloudwatch-logs-mcp"
],
"env": {
"AWS_REGION": "${AWS_REGION:-us-east-1}",
"AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
"AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}"
}
}
}
}Replace placeholder values for: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-ycloudwatch-logs-mcp
Environment Variables
AWS_REGION=${AWS_REGION:-us-east-1}AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}Required Secrets
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEY
Capabilities
cloud