WinDbg/DbgEng over MCP: crash dumps, live user & kernel, driver IOCTLs, and TTD.
Windbg MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. WinDbg/DbgEng over MCP: crash dumps, live user & kernel, driver IOCTLs, and TTD.
An MCP server that exposes WinDbg/DbgEng to AI agents (Claude Code, Claude Desktop, Cursor, …) over stdio. It drives a live debugger engine for user-mode, kernel-mode, crash-dump, and Time Travel Debugging (TTD) workflows.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Windbg is connected, these are the calls the assistant has available:
Group — ToolsSession — open_dump, open_trace, attach_kernel_local, attach_kernel, attach_process, launch, end_session, session_statusState — registers, read_memory, backtrace, modules, threads, disassemble, dxControl — go, step_over, step_into, set_breakpointRaw — execute — run any debugger command, returns full text outputReleasing — (--repo alone only proves the attestation came from some workflow in this repo; --signer-workflow pins it to the release workflow.)dbgeng.dll / dbghelp.dll — present in System32 on modern Windows 11 (verified with 10.0.26100). This is enough for live user-mode/kernel debugging and crash-dump analysis. - For crash-dump !analyze (and any other !-extension command), the engine needs the WinDbg winext\ extensions bundled next to the binary — System32'sThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Windbg's toolset — Group, Session, State and 3 more — is a fair guide to whether it matches your workflow. It is maintained by glslang; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Windbg's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Group | Tools |
| Session | open_dump, open_trace, attach_kernel_local, attach_kernel, attach_process, launch, end_session, session_status |
| State | registers, read_memory, backtrace, modules, threads, disassemble, dx |
| Control | go, step_over, step_into, set_breakpoint |
| Raw | execute — run any debugger command, returns full text output |
| Releasing | (--repo alone only proves the attestation came from *some* workflow in this repo; --signer-workflow pins it to the release workflow.) |
dbgeng.dll / dbghelp.dll — present in System32 on modern Windows 11 (verified with 10.0.26100). This is enough for live user-mode/kernel debugging and crash-dump analysis. - For crash-dump !analyze (and any other !-extension command), the engine needs the WinDbg winext\ extensions bundled next to the binary — System32'sKill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.