
MCP WinDbg
par svnscha
AI-powered bridge for Windows crash dump analysis and remote debugging via WinDbg/CDB.
What it does
Connects LLMs to WinDbg/CDB to enable natural language analysis of Windows crash dumps and live remote debugging sessions. It allows AI agents to execute debugger commands and interpret memory states to identify root causes of crashes.
Tools
list_windbg_dumps: Lists available crash dump files for discovery.open_windbg_dump: Opens and analyzes a specific crash dump file.open_windbg_remote: Establishes a connection to a remote debugging target.run_windbg_cmd: Executes arbitrary WinDbg commands for custom investigation.send_ctrl_break: Interrupts a running target during live debugging.close_windbg_dump/close_windbg_remote: Cleans up active sessions.
Installation
Install via pip:
pip install mcp-windbg
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_windbg": {
"command": "python",
"args": ["-m", "mcp_windbg"],
"env": {
"_NT_SYMBOL_PATH": "SRV*C:\\Symbols*https://msdl.microsoft.com/download/symbols"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, VS Code Copilot, Cursor, and Windsurf.
Installation rapide
pip install mcp-windbgInformations
- Tarification
- free
- Publié
- 4/18/2026






