MCP server for AI-powered debugging with WinDbg. Exposes commands to analyze Windows crash dumps, set breakpoints, and inspect memory. Connects to WinDbg for debugging and crash analysis. Used by developers for automated debugging and crash analysis in Windows applications.
MCP server for AI-powered debugging with WinDbg. Exposes commands to analyze Windows crash dumps, set breakpoints, and inspect memory. Connects to WinDbg for debugging and crash analysis. Used by developers for automated debugging and crash analysis in Windows applications.
pip install mcp-windbgAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"svnscha-mcp-windbg-github": {
"command": "uvx",
"args": [
"pip install mcp-windbg"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp windbg?"
No configuration required. This server works out of the box.
"What resources are available in mcp windbg?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp windbg"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp windbg with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.