windbg-mcp

glslang/windbg-mcp
★ 1 stars Rust AI/LLM Updated today
MCP server exposing WinDbg/DbgEng (live user-mode, kernel, crash dumps, Time Travel Debugging) to AI agents over stdio
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "windbg-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "windbg-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes **WinDbg/DbgEng** to AI agents (Claude Code, Claude Desktop, Cursor, …) over stdio. It drives a live debugger engine for **user-mode**, **kernel-mode**, **crash-dump**, and **Time Travel Debugging (TTD)** workflows. The low-level engine bindings live in [`win-kexp`](https://github.com/glslang/win-kexp)

Tools (1)

open_dump

Topics

claude-codedebuggingmcpwindbgwindbgx