MCP Directory
Back

mcp-windbg

by svnscha · Python · ★ 1,378

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[](https://github.com/svnscha/mcp-windbg/actions/workflows/ci.yml) [](https://svnscha.github.io/mcp-windbg/) [](https://pypi.org/project/mcp-windbg/) [](LICENSE) 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 analy…
Read full README on GitHub →

Related other servers