windbg-inproc-mcp

didoter/windbg-inproc-mcp
★ 0 stars C++ Code/Dev Tools Updated 15d ago
MCP servers for WinDbg kernel and user-mode debugging — in-process HTTP MCP in WinDbg plus an optional Python sidecar on the debug VM.
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-inproc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "didoter/windbg-inproc-mcp"
      ]
    }
  }
}

README Excerpt

MCP servers for WinDbg kernel and user-mode debugging — in-process HTTP MCP in WinDbg plus an optional Python sidecar on the debug VM. **Topics:** `windbg` · `mcp` · `cursor` · `kernel-debugging` The **Host** runs a C++ WinDbg extension with in-process HTTP MCP; an optional **Target** Python sidecar runs on the debugged VM for local shell, `sc.exe`, and driver file operations.

Tools (13)

MyDriverTARGET_MCP_ALLOWED_PATHScopy_filemanage_drivermcphttpstatusmcphttpstopmcpserveread_filerun_powershell_scriptrun_sequencerun_shellsc_controltarget_health

Topics

kernel-debuggingmcpwindbg