kanren3/windbg-mcp-rs
A WinDbg plugin that turns the current debugging session into an MCP server for command docs, debugger actions, and AI-assisted analysis.
Platform-specific configuration:
{
"mcpServers": {
"windbg-mcp-rs": {
"command": "npx",
"args": [
"-y",
"windbg-mcp-rs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...