cloudwatch-mcp-server

Mohitlikestocode/cloudwatch-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 3d ago
AI-powered observability assistant using MCP concepts, CloudWatch-style logs, and LLM-driven tool calling to analyze and explain infrastructure failures in natural language.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cloudwatch-mcp-serve": {
      "command": "uvx",
      "args": [
        "cloudwatch-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cloudwatch-mcp-server