An MCP server that exposes WinDbg/DbgEng to AI agents (Claude Code, Cursor, …) over stdio. It drives a live debugger engine for user-mode, kernel, crash-dump, and Time Travel Debugging.
Roughly thirty tools grouped by debugger concern. Forward and reverse control tools mirror a debugger UI's F9/F8/F7 — so an agent can drive a trace in both directions.
Ships as a single-plugin Claude Code marketplace — installing registers the windbg MCP server and a debugging skill that knows how to drive it.
Prefer a binary? Prebuilt Windows x64 releases are attached to each GitHub release with SHA256 checksums. Or cargo build --release from source.