Skip to content
Gemini CLI

MCP Server for WinDbg Crash Analysis for Gemini CLI

io.github.svnscha/mcp-windbg

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

client:Gemini CLI transport:stdio runtime:pypi

Install MCP Server for WinDbg Crash Analysis in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MCP Server for WinDbg Crash Analysis in other clients