Skip to content
mnemonic edited this page Sep 9, 2026 · 4 revisions

Welcome to the WinDbgX-MCP Wiki

Welcome to the official documentation wiki for WinDbgX-MCP β€” an open-source Model Context Protocol (MCP) server designed to equip AI coding assistants (Google Antigravity, VS Code Cline, Cursor, Claude Desktop, Codex, Windsurf) with native WinDbg automation, DebugExt (de.dll) reverse-engineering tools, and real-time visual GUI stepping.


πŸ“š Operational & Setup Guides Index

All primary documentation guides are hosted directly in our repository under guides/:


πŸ“¦ Zero-Config Installation

WinDbgX-MCP is packaged as a self-contained Python wheel bundling pre-compiled 64-bit and 32-bit de.dll binaries:

pip install https://raw.githubusercontent.com/mnemonic-re/WinDbgX-MCP/main/WinDbgMCP/dist/windbg_mcp-0.1.0-py3-none-any.whl
windbg-mcp --help

πŸ–₯️ Live WinDbg GUI Visual Stepping

When attached to a desktop WinDbg GUI (WinDbgX / DbgX.Shell.exe) server (.server tcp:port=5005), WinDbgX-MCP streams live intent banners (=== [AI INTENT]: <reasoning> ===), DML colorized milestone blocks, and moves the disassembly cursor in real-time inside your desktop debugger window!

Clone this wiki locally