Loading MCP server directory, please wait...
A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB
npx @getmcp/cli add io.github.svnscha/mcp-windbgRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.svnscha/mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "",
"_NT_SYMBOL_PATH": ""
}
}
}
}