Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AWS_REGION=${AWS_REGION:-us-east-1}AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub latestaiagents/agent-skills --plugin devops-sre