Connect AI to WinDbg for debugging, crash analysis, and issue diagnosis.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-windbg" yet — see the docs or source repo.
Use WinDbg to analyze this crash dump. Identify the exception code, call stack, suspicious modules, and summarize the most likely root cause with next debugging steps.
An analysis including exception details, key call stack frames, root-cause assessment, and recommended next steps.
Connect to WinDbg and inspect all threads in the current process. Find any potentially hung or deadlocked threads and explain the reasoning.
A summary of thread states, a list of suspicious threads, and an explanation of possible deadlock or hang conditions.
Use WinDbg to investigate this process's memory access violation. Inspect related objects, registers, and stack information, then provide possible causes.
Findings on the memory issue, including registers, stack frames, relevant addresses, and likely causes.
Debug Electron apps via MCP with process control and deep inspection.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.
Enable AI to run live GDB debugging sessions on binaries and processes.
Debug Python with natural language, tests, breakpoints, and variable inspection.
Debug code across languages with breakpoints, stepping, and stack trace inspection.
Connect to dbt via MCP to inspect projects and run data workflows.