Description

A Model Context Protocol server that provides AI assistants access to AWS CloudWatch Logs for analysis, searching, and correlation.

Installation

npx -y log-analyzer-with-mcp
npm install log-analyzer-with-mcp
git clone https://github.com/awslabs/Log-Analyzer-with-MCP

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "log-analyzer-with-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "log-analyzer-with-mcp"
      ]
    }
  }
}