Skip to content
Windsurf

MCP Server for WinDbg Crash Analysis for Windsurf

io.github.svnscha/mcp-windbg

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

client:Windsurf transport:stdio runtime:pypi

Install MCP Server for WinDbg Crash Analysis in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MCP Server for WinDbg Crash Analysis in other clients