general MCP Server
Model Context Protocol for WinDbg.
Discovered via github-topic:mcp-server and last synced Today.
1. Install the package
pip install mcp-windbg
Source file search path
Close a dump file session
Purpose
Type
Debug symbol search path
Execute any WinDbg/CDB command in a session
string
Connect to a remote debugging session
string[]
string
`/upload`
Init timeout for dump/symbol loading (seconds)
Close a launch debug session and terminate the program
boolean
Command timeout (seconds)
Close a remote debugging session
Verbose logging (`true`/`false`)
List `.dmp` files in a directory
Path
Custom path to `cdb.exe`
Launch a program under CDB for debugging
string
string
`/health`
boolean
Description
Open and analyze a crash dump file
List crash dump files in a directory
Open and triage a crash dump
Attach to a kernel target (`-k`, KDNET / named pipe / serial)
Run a command on a user-mode session
Run a command on a kernel session
Close a user-mode session
Close a kernel session (resumes the target machine)
Break into a running live session
Wait for a target you resumed with `g` to stop again
Description
Attach to a user-mode remote debug server (`-remote`)
Server
Launched by the plugin with uvx
Uses the uvx plugin or your own MCP connection
Uses the uvx plugin or your own MCP connection