svnscha/mcp-windbg
An MCP server enabling AI models to analyze Windows crash dumps and perform remote debugging via WinDbg/CDB commands through natural language queries.

This repository provides a Model Context Protocol server that connects AI models with WinDbg, allowing developers to query crash dumps and execute debugger commands using natural language. It wraps CDB (Microsoft’s console debugger) and exposes its functionality to any MCP-compatible client such as GitHub Copilot, Claude Desktop, or Cursor. The tool supports crash dump analysis, live debugging sessions, and batch processing of multiple dumps for pattern detection.