windbg-ext-mcp

NadavLor/windbg-ext-mcp
★ 83 stars C++ 🤖 AI/LLM Updated 1mo ago
WinDbg-ext-MCP bridges your favorite LLM client (like Cursor, Claude, or VS Code) with WinDbg, enabling real-time, AI assisted kernel debugging. Write prompts in your AI coding assistant and receive instant, context-aware analysis and insights from your live kernel debugging session.
View on GitHub →

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-ext-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "NadavLor/windbg-ext-mcp"
      ]
    }
  }
}