# svnscha/mcp-windbg

Model Context Protocol for WinDbg.

Repository: https://github.com/svnscha/mcp-windbg
Canonical: https://ross.abutalabs.com/products/mcp-windbg
Homepage: https://svnscha.de/posts/ai-meets-windbg/
Language: Python
License: MIT
License Family: permissive
Topics: copilot, copilot-chat, crash-dump, crash-reports, mcp, mcp-server, windbg, windbg-extension
Last push: 2026-08-22T17:38:11+00:00

## Health v2 (maintenance only)
Score: 82/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 87, longevity 34
- inputs: {"age_days": 488, "days_push": 11, "days_rel": 11, "gap_med": 37, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1538, forks 153 (observed 2026-08-28T04:05:00.195711+00:00)

## What it is
A Model Context Protocol (MCP) server that bridges AI models with Windows debuggers (CDB and KD) for crash dump analysis, user-mode remote debugging, and kernel debugging. It lets an LLM run real WinDbg commands and reason about the output, enabling natural-language debugging workflows.

## Use cases
- analyze a windows crash dump with ai
- root-cause an access violation from a .dmp file
- attach to a live process and inspect a hang
- debug a kernel bugcheck and identify the faulting driver
- run windbg commands in natural language via copilot chat
- triage many crash dumps across a directory

## When to choose
- you analyze Windows crash dumps or live debug sessions and want LLM assistance
- you use MCP-compatible clients like Copilot Chat or Claude and work with WinDbg/CDB/KD
- you need multi-dump triage or remote/kernel debugging driven by natural language

## When to avoid
- you need crash dump analysis on Linux or macOS
- you want a fully automated fixer rather than an LLM-driven debugger wrapper
- you don't use any MCP-capable AI client

## Facets
- artifact type: service
- maturity: active
- function: mcp, developer-tools, llm-inference
- domain: developer-tools, windows
- platform: windows, python, cli
- tags: windbg, crash-dump-analysis, mcp-server, cdb, kernel-debugging, ai-debugging, debugging, ai-agents

## Member repositories
- svnscha/mcp-windbg (main) score 82

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:00.195711+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:30:58.429978+00:00, confidence not recorded.
  - readme: https://github.com/svnscha/mcp-windbg (fetched 2026-08-28T04:05:00.195711+00:00, sha 533b74180588)
  - homepage: https://svnscha.de/posts/ai-meets-windbg/ (fetched 2026-08-29T11:32:44.998057+00:00, sha 16b6690f5f3d)
  - site_page: https://svnscha.de/about (fetched 2026-08-29T11:32:45.007357+00:00, sha d5c3e366372a)
  - registry_pypi: https://pypi.org/pypi/mcp-windbg/json (fetched 2026-08-29T11:32:45.009405+00:00, sha bfb9744a5f63)
- Data as of 2026-08-30T08:39:29.467469+00:00.
