Back to Apps

Incident Timeline
Supports UIby hinataumehara-web
Structure incident response thought processes into timelines and generate professional post-mortems directly from Claude.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
An interactive MCP App that captures the real-time flow of incident response. It transforms conversational analysis with Claude into a structured timeline of events, hypotheses, and verification results, culminating in an automated post-mortem report.
Key features
- Structured Timeline: Record observations, decisions, and actions as immutable events.
- Hypothesis Tracking: Create and resolve hypotheses to track what was suspected and what was proven.
- Post-mortem Generation: Generate deterministic Markdown post-mortems based on the recorded timeline.
- Interactive UI: Integrated React interface for visualizing the incident lifecycle.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"incident-timeline": {
"command": "node",
"args": ["/absolute/path/to/incident-timeline/dist/server/server/index.js", "--stdio"]
}
}
}
- Claude.ai web: Use the HTTP transport and add the generated tunnel URL to Settings → Connectors.
Supported hosts
- Claude Desktop
- Claude.ai
Quick install
git clone https://github.com/hinataumehara-web/incident-timeline && cd incident-timeline && npm install && npm run buildInformation
- Pricing
- free
- Published
- 6/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
Use `npm run start:http` and a tunnel (e.g. Cloudflare Tunnel) to provide an HTTPS URL.Claude Desktop
{"mcpServers": {"incident-timeline": {"command": "node", "args": ["/absolute/path/to/incident-timeline/dist/server/server/index.js", "--stdio"]}}}





