AI-powered observability assistant using MCP concepts, CloudWatch-style logs, and LLM-driven tool calling to analyze and explain infrastructure failures in natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cloudwatch-mcp-serve": {
"command": "uvx",
"args": [
"cloudwatch-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cloudwatch-mcp-serve uvx cloudwatch-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cloudwatch-mcp-serve": {
"command": "uvx",
"args": [
"cloudwatch-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install cloudwatch-mcp-server