mcp-incident-analyzer
mcp-incident-analyzer
Ein Python-basierter MCP-Server (Model Context Protocol), der den gesamten Zyklus von der Erkennung von Vorfällen über die Analyse bis hin zu Handlungsempfehlungen unterstützt.
Funktionen
Tool | Beschreibung |
| Aktive Vorfälle erkennen (nach Schweregrad/Typ filtern) |
| Ursachenanalyse (RCA) eines bestimmten Vorfalls, Zeitachse, Auswirkungsbereich |
| Empfehlungen zur Vorfallbehandlung (automatische/manuelle Maßnahmen, Eskalation) |
| Alle Vorfälle auflisten |
| Systemmetriken abrufen (CPU, Speicher, Netzwerk usw.) |
Related MCP server: mcp-incident-responder
Arten von Vorfällen
Infrastruktur: Serverausfälle, CPU-Spitzen, voller Speicherplatz
Sicherheit: Ungewöhnliche Anmeldungen, bösartiger Datenverkehr, Erkennung von Eindringlingen
Anwendungen: Plötzlicher Anstieg der Fehlerrate, langsame Antwortzeiten, fehlgeschlagene Bereitstellungen
Installation & Ausführung
# 설치
pip install -e .
# MCP 서버 실행
python -m mcp_incident_analyzer
# 또는 mcp CLI로 실행
mcp run mcp_incident_analyzer/server.pyMCP-Client-Konfiguration
Fügen Sie Folgendes zu claude_desktop_config.json oder den MCP-Client-Einstellungen hinzu:
{
"mcpServers": {
"incident-analyzer": {
"command": "python",
"args": ["-m", "mcp_incident_analyzer"]
}
}
}Entwicklung
pip install -e ".[dev]"
pytestArchitektur
mcp_incident_analyzer/
├── __init__.py
├── __main__.py # 엔트리포인트
├── server.py # MCP 서버 정의 & tool 등록
├── models.py # Pydantic 데이터 모델
├── mock_data.py # Mock 인시던트/메트릭 데이터
├── detector.py # 인시던트 탐지 로직
├── analyzer.py # 근본 원인 분석 로직
└── responder.py # 대응 권고 생성 로직Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA multi-agent MCP server that turns LLMs into an autonomous incident-response copilot, enabling rapid investigation, correlation, and remediation of production incidents.MIT
- Flicense-qualityCmaintenanceAn AI-native incident response server that exposes diagnostic tools (system status, error logs, ticket creation) via MCP, enabling LLM agents to autonomously assess and respond to incidents.
- FlicenseAqualityCmaintenanceA production-ready MCP server that turns any MCP-compatible AI assistant into an AI-powered ServiceNow Incident Management Assistant, exposing incidents, users, CMDB records, and knowledge articles through validated tools.12
- FlicenseAqualityCmaintenanceAI-powered incident management MCP server that enables investigation, root cause analysis, and response actions for production incidents using mocked data for demo purposes.8
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoojung2/mcp-incident-analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server