mcp-windbg
01Plugin Claude Code
Windows crash dump analysis and live WinDbg debugging for Claude Code.
Plugin Claude Code
Windows crash dump analysis and live WinDbg debugging for Claude Code.
Instructions file
Instructions for svnscha/mcp-windbg, covering mcp-windbg, build / test / run, coverage, test suite and layout.
Plugin Claude Code
Analyze Windows crash dumps and drive live user-mode or kernel debugging through WinDbg/CDB.
MCP server Claude CodeCodexCursor +2
MCP server "mcp-windbg" as configured in svnscha/mcp-windbg. Runs locally from the [email protected] Python package. Needs 1 environment variable to run.
Agent
Deep-dive a Windows crash dump and return a written verdict. Use when a dump needs more than a first look - several hypotheses to rule out, many frames or threads to walk, or a conclusion someone will act on. Give it the dump path and the question.
Skill Claude CodeCodex
Triage a Windows crash dump - identify the exception, the faulting frame, and what to look at next. Use when the user points at a .dmp file or asks why a Windows process crashed.
Skill Claude CodeCodex
Attach to a running Windows process through a WinDbg debug server and inspect it live. Use when the user wants to debug a process on another machine, or one already under a .server session, rather than a crash dump.
Skill Claude CodeCodex
Attach to a live Windows kernel target over KDNET, a named pipe, or serial and drive it. Use when the user wants to debug a kernel, a driver, or a bugchecking VM.
Skill Claude CodeCodex
Check that this machine can actually debug - CDB present, uv available, symbols configured - and explain how to fix whatever is missing. Use when mcp-windbg tools fail, when a session will not open, or before a first debugging session.
MCP server Claude CodeCodexCursor +2
A Model Context Protocol server providing tools to analyze Windows crash dumps using WinDbg/CDB. Runs locally from the mcp-windbg Python package. Needs 2 environment variables to run.
Skill Claude CodeCodex
Use when analyzing a recorded dap-dbgeng session trace or investigating a live debugging bug from its DAP request/response/event flow.
Skill Claude CodeCodex
Use when back-testing dap-dbgeng features against real targets with scripted VS Code sessions - driving scenarios from dap-dbgeng-rc, recording DAP traces, reading them for bugs, and turning the good ones into replay fixtures. Covers what can run in parallel and what cannot.
Skill Claude CodeCodex
Use when a new DAP feature needs replay coverage from real VS Code sessions, or when the user hands in a recording to verify, archive, and normalize into a fixture. Covers authoring the manual recording protocol (TODO.md) and the per-recording handoff cycle.
Skill Claude CodeCodex
Use when validating or improving test coverage for a DAP request handler, using the session replay tests and request matrix as the source of truth.
Skill Claude CodeCodex
Use when reviewing or refactoring a DAP request handler for parse-first ordering, typed argument extraction, and validated state changes.
Instructions file
Instructions for svnscha/dap-dbgeng, covering dap-dbgeng, build / test / format, branches and releases, targets and conventions.