Log-Analyzer-with-MCP

awslabs/Log-Analyzer-with-MCP
★ 153 stars Python 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol (MCP) server that provides AI assistants access to AWS CloudWatch Logs for analysis, searching, and correlation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "log-analyzer-with-mc": {
      "command": "uvx",
      "args": [
        "log-analyzer-with-mcp"
      ]
    }
  }
}

Or install with pip: pip install log-analyzer-with-mcp