mcp-windbg

mcp-windbg

Analyze Windows crash dumps and perform remote debugging with WinDbg.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 1.4k
Source
mcp-github

Overview

mcp-windbg is a Model Context Protocol server that integrates AI models with WinDbg for analyzing Windows crash dumps and connecting to remote debugging sessions. Users can execute debugger commands via natural language queries, such as "show the call stack and explain this access violation." The tool supports multiple transport protocols and works with any MCP-compatible client. Ideal for developers needing crash dump analysis and real-time debugging.

Capabilities

  • Analyze Windows crash dumps
  • Connect to remote debugging sessions
  • Process multiple dump files to identify patterns
  • Execute debugger commands via natural language queries

Use cases

Windows application crash analysisRemote debugging sessionsBatch processing of crash dump files

Setup

Requires: Windows 系统Debugging Tools for Windows 或 WinDbgPython 3.10+MCP 兼容客户端
pip install mcp-windbg

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started with mcp-windbg?

Configure an MCP client after installation and start the server.

What transport protocols are supported?

Supports stdio and streamable-http.

Related skills