A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx mcp-windbg
MCP client config
{
"mcpServers": {
"mcp-server-for-windbg-crash-analysis": {
"command": "uvx",
"args": [
"mcp-windbg"
]
}
}
}Run
uvx mcp-windbg
MCP client config
{
"mcpServers": {
"mcp-server-for-windbg-crash-analysis": {
"command": "uvx",
"args": [
"mcp-windbg"
]
}
}
}