Skip to content

Releases: samarthpatel24/claude-log-analyzer

v0.1.0 — Initial release

06 Apr 17:22

Choose a tag to compare

MCP server for Kubernetes log analysis and root cause analysis with Claude Code.

Features

  • 9 MCP tools: cluster health, pod logs, metrics, events, anomaly detection, service analysis, full RCA
  • Anomaly detection: CPU/memory spikes, error bursts, restart storms, OOM kills, event floods
  • Cross-service correlation engine with causal pattern matching
  • Evidence-backed reports exported as MD or TXT — every finding cites actual log lines and metric values
  • Configurable time windows, analysis mode (logs/metrics/both), and export format
  • Intelligent log filtering to minimize token usage (noise removal, severity detection)

Known Limitations

  • Not yet tested against a wide range of Kubernetes clusters
  • No unit tests yet
  • Prometheus integration not supported (uses metrics-server only)
  • May need adjustments for non-standard log formats

Install

{
  "mcpServers": {
    "k8s-analyzer": {
      "command": "npx",
      "args": ["-y", "claude-log-analyzer"]
    }
  }
}