HomeOther › MCP Server for WinDbg Crash Analysis

MCP Server for WinDbg Crash Analysis

A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB

Python
★ 1,588 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.12.2)

uvx mcp-windbg

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-windbg": {
      "command": "uvx",
      "args": [
        "mcp-windbg"
      ],
      "env": {
        "CDB_PATH": "<YOUR_VALUE>",
        "_NT_SYMBOL_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • CDB_PATH — Custom path to cdb.exe (optional)
  • _NT_SYMBOL_PATH — Symbol path for Windows debugging (optional, defaults to Microsoft symbol server)

Package (pypi 0.12.2)

Package: pypi mcp-windbg

  • CDB_PATH — Custom path to cdb.exe (optional)
  • _NT_SYMBOL_PATH — Symbol path for Windows debugging (optional, defaults to Microsoft symbol server)

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry