Skip to content
Cursor

MCP Server for WinDbg Crash Analysis for Cursor

io.github.svnscha/mcp-windbg

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

client:Cursor transport:stdio runtime:pypi

Install MCP Server for WinDbg Crash Analysis in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-windbg": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-windbg"
      ],
      "env": {
        "CDB_PATH": "<CDB_PATH>",
        "_NT_SYMBOL_PATH": "<_NT_SYMBOL_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Server for WinDbg Crash Analysis in other clients