-
Notifications
You must be signed in to change notification settings - Fork 73
Home
Sven Scharmentke edited this page Oct 11, 2025
·
4 revisions
An MCP server that integrates CDB with AI models for Windows crash dump analysis and remote debugging.
This tool enables AI models to execute WinDbg commands for crash analysis and live debugging sessions. It's a Python wrapper around CDB that bridges AI with Windows debugging tools.
- Getting Started - Quick setup guide
- Installation - Install via pip, MCP registry, or source
- Usage - VS Code integration and examples
- Tools - Command reference
- Troubleshooting - Common issues and fixes
- Install:
pip install mcp-windbg
- Configure VS Code: Create
.vscode/mcp.json
- Enable MCP in Copilot
- Ask: "Analyze the crash dump at C:\path\to\dump.dmp"
Need Help? Troubleshooting | GitHub Issues