mcpbeat Sign in

MCP Server for WinDbg Crash Analysis

local only

MCP Server for WinDbg Crash Analysis runs on your own machine — the client starts it, so there is no endpoint to ping. 1 058 installs a week from pypi. Last commit 10 Sep 2026.

A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB

Installs per day peak 562 · avg 166 · -32% w/w
a month agotoday
1 058
Installs / week
pypi · mcp-windbg
1578
Stars
2 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            self.process: Optional[subprocess.Popen] = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-windbg -- uvx mcp-windbg
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-windbg": {
      "args": [
        "mcp-windbg"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-windbg]
command = "uvx"
args = ["mcp-windbg"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-windbg": {
      "args": [
        "mcp-windbg"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-windbg": {
      "args": [
        "mcp-windbg"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CDB_PATH (Custom path to cdb.exe (optional)), _NT_SYMBOL_PATH (Symbol path for Windows debugging (optional, defaults to Microsoft symbol server)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server for WinDbg Crash Analysis

same job, measured the same way
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

74 installs/wk local only
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 979 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

112 installs/wk local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
Procm
by coder-ka

A Model Context Protocol (MCP) server for process management.

75 installs/wk local only
Microsoft NuGet
by microsoft

A Model Context Protocol (MCP) server for NuGet.

local only

MCP Server for WinDbg Crash Analysis — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server for WinDbg Crash Analysis?
MCP Server for WinDbg Crash Analysis runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-windbg was installed 1 058 times last week.
How do I connect MCP Server for WinDbg Crash Analysis?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-windbg straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Server for WinDbg Crash Analysis?
The pypi package mcp-windbg was installed 1 058 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server for WinDbg Crash Analysis open source?
Yes — it is published under the MIT licence, written in Python, 1 578 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.