mcpbeat Sign in

Windbg MCP Server

local only

Windbg MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

WinDbg/DbgEng over MCP: crash dumps, live user & kernel, driver IOCTLs, and TTD.

Installs / week
not published
11
Stars
4 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
Rust

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.

        proc = subprocess.run(argv, capture_output=True, text=True, timeout=1800)
    path = os.path.join(directory, f"mcp-{os.getpid()}.json")
    env = dict(os.environ, JAVA_HOME=JAVA_HOME)

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

Alternatives to Windbg MCP

same job, measured the same way
Autotrade — Autonomous Trading Agents
by bitcoinsllm

Deploy autonomous LLM trading agents and drive them over MCP.

6 tools answering
Aiterm MCP
by kitepon-rgb

Claude Code drives Codex CLI's interactive TUI and durable tmux terminals over MCP.

local only
Custom AI View
by ccustomai

See any site as it looks on a real iPhone, iPad or MacBook — and drive that window over MCP.

local only
Plori
by plori

Create and drive plori cloud agents and workflows over MCP; each agent has its own environment.

answering
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
Tennessee Driver Services
by pipeworx-io

Tennessee driver service centers with REAL ID and CDL testing, plus crash statistics

33 tools answering
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
XamlMcp
by trrahul

Inspect and drive Avalonia, WPF, WinUI, and .NET MAUI apps through MCP.

local only

Windbg MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Windbg MCP?
Windbg MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Windbg MCP open source?
Yes — it is published under the MIT licence, written in Rust, 11 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.