Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Sven Scharmentke edited this page Oct 22, 2025 · 6 revisions

MCP Server for WinDbg

An MCP server that integrates CDB with AI models for Windows crash dump analysis and remote debugging.

Overview

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.

Documentation

Quick Start

  1. Install: uvx --from git+https://github.com/svnscha/mcp-windbg mcp-windbg
  2. Configure VS Code: Create .vscode/mcp.json with uvx command
  3. Enable MCP in Copilot
  4. Ask: "Analyze the crash dump at C:\path\to\dump.dmp"

Need Help? Troubleshooting | GitHub Issues

Clone this wiki locally