MCP Directory
Back

mcp-windbg

by svnscha · Python · ★ 1,256

Model Context Protocol for WinDBG

#copilot#copilot-chat#crash-dump#crash-reports#mcp#mcp-server#windbg#windbg-extension

Install

pip install git+https://github.com/svnscha/mcp-windbg.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-windbg": {
      "command": "uvx",
      "args": [
        "git+https://github.com/svnscha/mcp-windbg.git"
      ]
    }
  }
}

From the README

A Model Context Protocol server that bridges AI models with WinDbg for crash dump analysis and remote debugging. This MCP server integrates with [CDB](https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/opening-a-crash-dump-file-using-cdb) to enable AI models to analyze Windows crash dumps and connect to remote debugging sessions using WinDbg/CDB. An AI-powered tool that bridges LLMs with WinDbg for crash dump analysis and live debugging. Execute debugger commands through natural language queries like *"Show me the call stack and explain this access violation"*. Not a magica…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers