Skip to content
Zed

MCP Server for WinDbg Crash Analysis for Zed

io.github.svnscha/mcp-windbg

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

client:Zed transport:stdio runtime:pypi

Install MCP Server for WinDbg Crash Analysis in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Server for WinDbg Crash Analysis in other clients