Exposes five log analysis tools to Claude via MCP: parse_logs handles JSON, Apache/Nginx, syslog, and custom regex patterns with named capture groups. filter_logs lets you query by level, date range, keywords, or regex. analyze_logs surfaces the top 10 normalized errors, hourly error rates, request volume, slow endpoints, and anomaly detection using standard deviation. format_logs converts between JSON, plain text, CSV, and colorized table output. log_stats computes distributions, unique IPs, user agents, status codes, and throughput. Reach for this when you need Claude to investigate application logs, identify patterns in access logs, or generate operational reports without writing throwaway scripts.
claude mcp add --transport stdio io.github.rog0x-log -- npx -y @rog0x/mcp-log-tools