windbg-mcp

gengstah/windbg-mcp
★ 74 stars Python 🤖 AI/LLM Updated 10d ago
An MCP (Model Context Protocol) server that turns all pybag Windows debugger functions into native MCP tools. It lets MCP-compatible clients (Claude Desktop, Claude Code, Cowork, OpenAI Codex CLI, Cursor, and custom agents) control user-mode processes, kernel sessions, and crash dump analysis via structured JSON calls.
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-mcp": {
      "command": "uvx",
      "args": [
        "windbg-mcp"
      ]
    }
  }
}

Or install with pip: pip install windbg-mcp