Skip to content
Grok

MCP Server for WinDbg Crash Analysis for Grok

io.github.svnscha/mcp-windbg

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

client:Grok transport:stdio runtime:pypi

Install MCP Server for WinDbg Crash Analysis in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Server for WinDbg Crash Analysis in other clients