SREcopilot

TushGH/SREcopilot
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
AI on-call incident responder with a custom MCP server. LangGraph agent triages, investigates, proposes a runbook, waits for human approval. Same tools exposed to Claude Desktop / Cursor.
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": {
    "srecopilot": {
      "command": "uvx",
      "args": [
        "srecopilot"
      ]
    }
  }
}

Or install with pip: pip install srecopilot

README Excerpt

> AI incident responder. Receives an alert, **investigates** with real tools, **proposes** a runbook, waits for **human approval**, then executes. Includes a custom **MCP server** so external AI clients (Claude Desktop, Cursor, etc.) can drive incident response too. --- ``` Alert ─▶ triage ─▶ investigate ─▶ propose ─▶ AWAITING_APPROVAL

Tools (1)

execute_runbook

Topics

agentic-aiaiopsfastapihuman-in-the-loopincident-responselanggraphmcpmodel-context-protocolpythonsre