brianpelow/mcp-incident-intel

GitHub: brianpelow/mcp-incident-intel

Stars: 0 | Forks: 0

# mcp-incident-intel ![CI](https://static.pigsec.cn/wp-content/uploads/repos/2026/04/c0985b4b3e062722.svg) ![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg) ![Python](https://img.shields.io/badge/python-3.12+-green.svg) ![MCP](https://img.shields.io/badge/MCP-compatible-purple.svg) ## Overview `mcp-incident-intel` is a Model Context Protocol server that gives AI agents full incident context in a single, standardized interface. It wires together PagerDuty incident data, Dynatrace observability signals, and operational runbooks so that LLM-powered agents can triage, correlate, and begin remediation without switching between tools. Built for SRE and platform engineering teams in regulated financial services and manufacturing where mean time to resolution is a compliance metric. ## Tools exposed | Tool | Description | |------|-------------| | `get_active_incidents` | Fetch open PagerDuty incidents with severity and assignee | | `get_dynatrace_problems` | Fetch open Dynatrace problem cards with root cause | | `get_service_topology` | Get upstream/downstream dependencies for a service | | `get_slo_status` | Fetch SLO burn rate and remaining error budget | | `get_runbook` | Retrieve runbook content for a given alert name | | `correlate_incident` | Cross-reference a PagerDuty incident with Dynatrace problems | ## Quick start pip install mcp-incident-intel export PAGERDUTY_TOKEN=your_pagerduty_token export DYNATRACE_URL=https://your-env.live.dynatrace.com export DYNATRACE_TOKEN=your_dynatrace_api_token mcp-incident-intel ## Configuration | Variable | Description | Required | |----------|-------------|----------| | `PAGERDUTY_TOKEN` | PagerDuty API token | Yes | | `DYNATRACE_URL` | Dynatrace environment URL | Yes | | `DYNATRACE_TOKEN` | Dynatrace API token | Yes | | `RUNBOOK_DIR` | Path to runbook markdown files | No | ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md). ## License Apache 2.0 — see [LICENSE](LICENSE).
标签:AI驱动, CI, Dynatrace, MCP Server, PagerDuty, Python, SLO监控, SRE, 事件关联, 偏差过滤, 制造业, 合规金融, 平台工程, 开源, 无后门, 智能运维, 服务拓扑, 标准化接口, 根因分析, 模型上下文协议, 运行手册, 错误预算