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
{
"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