MCP Server for WinDbg
Analyse Windows crash dumps and debug user-mode or kernel targets in natural language via WinDbg.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Windows developers triaging crash dumps and bugchecks faster.
You're not on Windows with the Debugging Tools for Windows installed.
About MCP Server for WinDbg
mcp-windbg is a Python wrapper around the Windows debuggers, CDB and KD, that lets an LLM run real debugger commands and reason about the output. It triages .dmp files with !analyze -v, stacks, modules and threads in one call, attaches to remote user-mode debug servers, and opens kernel debugging sessions. The author is explicit that it is not an automatic fixer.
MCP Server for WinDbg is an open-source project written primarily in Python, with 1.6k stars on GitHub. It was last updated in September 2026.
pip install mcp-windbgMCP Server for WinDbg vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MCP Server for WinDbgthis listing | 1.6k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
