incident-analysis

enovixpro/incident-analysis
★ 0 stars Python 🤖 AI/LLM Updated today
Multi-agent LangGraph + Claude pipeline: ops logs → classified incidents, RAG-grounded remediations, JIRA tickets. Dashboard, MCP server, Python API.
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": {
    "incident-analysis": {
      "command": "uvx",
      "args": [
        "incident-analysis"
      ]
    }
  }
}

Or install with pip: pip install incident-analysis

README Excerpt

--- title: Incident Analysis Suite emoji: 🚨 colorFrom: blue colorTo: indigo sdk: docker app_port: 7860 pinned: false license: mit short_description: Multi-agent LangGraph + Claude pipeline for ops triage --- An AI-powered incident response pipeline that ingests raw operational logs, classifies failures, retrieves similar past incidents from a vector store, recommends remediation, runs that remediation through a self-critique safety check, and dispatches actionable artifacts to Slack and JIRA — c