Server for WinDbg Crash Analysis MCP Server

A Model Context Protocol server that bridges AI models with WinDbg for crash dump analysis, user-mode remote debugging, and kernel debugging. Its 10 documented tools cover cdb, open, session, command. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 1,533 · #8 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Server for WinDbg Crash Analysis

Claude Code

claude mcp add svnscha-mcp-windbg -- uvx mcp-windbg

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "svnscha-mcp-windbg": {
      "command": "uvx",
      "args": [
        "mcp-windbg"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-windbg - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.svnscha is GitHub-verified and matches the repo owner

03 · What Server for WinDbg Crash Analysis can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list crash dump files in a directory, open and triage a crash dump, run a command on a user-mode session, and run a command on a kernel session.

Capability map

Tools grouped from the project's README - what Server for WinDbg Crash Analysis lets an agent do.

Open

3 tools - e.g. Open and triage a crash dump; Attach to a user-mode remote debug server (-remote); Attach to a kernel target (-k, KDNET / named pipe / serial)

open_cdb_dump · open_cdb_remote · open_kd_session

run & execute

3 tools - e.g. Run a command on a user-mode session; Run a command on a kernel session; Break into a running live session

run_cdb_command · run_kd_command · send_ctrl_break

Close

2 tools - e.g. Close a user-mode session; Close a kernel session (resumes the target machine)

close_cdb_session · close_kd_session

read & search

1 tool - e.g. List crash dump files in a directory

list_dumps

Wait

1 tool - e.g. Wait for a target you resumed with g to stop again

wait_for_break

Latest releases

v1.1.0 · 2026-08-22

Changed · Runs on the mcp 2.x SDK - the requirement is now mcp>=2.0.0, up from the <2.0.0 cap · 1.0.1 shipped as a stopgap. 2.0.0 removed the low-level @server.list_tools() / · @server.call_tool() decorators this…

v1.0.1 · 2026-08-21

A single-line dependency fix, but an important one: every fresh install of 1.0.0 was broken. · Fixed · Installs no longer pull an incompatible mcp - the runtime requirement is now · mcp>=1.28.1,<2.0.0. mcp 2.0.0…

v1.0.0 · 2026-07-16

First stable release, and the one where kernel debugging actually works. · The tool surface is redesigned around opaque session ids and split by debugger engine: · user-mode (cdb.exe) and kernel (kd.exe). This is a…

04 · Who maintains Server for WinDbg Crash Analysis

MCP Server for WinDbg Crash Analysis is maintained by svnscha. It's the only MCP server we track from this author; the repo dates to May 2025.

05 · Facts

category
developer tools - ranked #8 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-22)
registry
io.github.svnscha/mcp-windbg (active, first published 2025-10-10 · 4 versions)
packages
pypi:mcp-windbg · pypi:mcp-windbg

06 · Server for WinDbg Crash Analysis FAQ

Is Server for WinDbg Crash Analysis still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Server for WinDbg Crash Analysis do?

With this server connected, an agent can list crash dump files in a directory, open and triage a crash dump, run a command on a user-mode session, and run a command on a kernel session.

How do I install Server for WinDbg Crash Analysis?

Run `uvx mcp-windbg`. You can also paste the ready-made client config above.

Does Server for WinDbg Crash Analysis run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Server for WinDbg Crash Analysis

More developer tools MCP servers · Tata1mg MCP Server · Dense Evolution · Overllm · Writing Style Checker · Fw Context MCP

More Python MCP servers · Vectr · On Board · Standard Graph · Zaxy · Pulse8 AI Cortex Knowledge Vault · see all