Odel
MCP Server for WinDbg Crash Analysis

MCP Server for WinDbg Crash Analysis

Local
@svnscha1.6kPythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-windbgv0.12.2

Run

uvx mcp-windbg

MCP client config

{
  "mcpServers": {
    "mcp-server-for-windbg-crash-analysis": {
      "command": "uvx",
      "args": [
        "mcp-windbg"
      ]
    }
  }
}
PyPImcp-windbgv0.12.2

Run

uvx mcp-windbg

MCP client config

{
  "mcpServers": {
    "mcp-server-for-windbg-crash-analysis": {
      "command": "uvx",
      "args": [
        "mcp-windbg"
      ]
    }
  }
}