Back to Apps

WinDbg MCP
by kanren3
Turns WinDbg sessions into MCP servers for AI-assisted kernel and user-mode debugging analysis.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
WinDbg MCP transforms a live WinDbg debugging session into a Model Context Protocol (MCP) server. This allows AI agents to interact directly with the debugger, read command documentation, and perform analysis on the target process or system.
Tools
windbg_execute_command: Executes a WinDbg command and returns the output.windbg_search_catalog: Searches the built-in command catalog for relevant debugger commands.windbg_get_execution_state: Queries the current state of the debugger execution.windbg_interrupt_target: Explicitly interrupts a running target to ensure the debugger is ready for commands.
Installation
Install the extension via PowerShell (Administrator):
irm https://raw.githubusercontent.com/kanren3/windbg-mcp-rs/master/scripts/install.ps1 | iex
Once installed, start WinDbg. The server auto-starts on an active session at http://127.0.0.1:50051/mcp.
Supported hosts
Only clients that support HTTP transport for MCP are confirmed. Defaults to Claude via HTTP.
Quick install
irm https://raw.githubusercontent.com/kanren3/windbg-mcp-rs/master/scripts/install.ps1 | iexInformation
- Pricing
- free
- Published
- 7/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Point your client to http://127.0.0.1:50051/mcp





