mcp-windbg
Active·★ 1.3k·MIT·Updated 2026-05-26
★ Hidden Gem★ Dev Tooling
Model Context Protocol for WinDBG
This MCP server integrates with CDB to enable AI models to analyze Windows crash dumps and connect to remote debugging sessions using WinDbg/CDB. It allows users to execute debugger commands through natural language queries. The server supports crash dump analysis, live debugging, and directory analysis.
#copilot#copilot-chat#crash-dump#crash-reports#mcp#mcp-server#mcp-servers#windbg
01
Features
01Bridges AI models with WinDbg for crash dump analysis and remote debugging
02Supports multiple transport protocols (stdio, streamable-http)
03Provides multiple tools for analyzing crash dumps and executing WinDbg commands
04Compatible with any MCP-enabled client (GitHub Copilot, Claude Desktop, Cline, etc.)
05Supports crash dump, live debugging, and directory analysis modes
02
Compatibility
Windows
Windows
Verified via docs
03
Quick start
1
$ pip install mcp-windbg
04
Use cases
↳Analyze Windows crash dumps
↳Connect to remote debugging targets
↳Batch process multiple dump files for pattern analysis
05
Alternatives
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
awesome-cursorrules★ 39.8k
📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
FunASR★ 16.6k
Industrial-grade speech recognition toolkit: 170x realtime, 50+ languages, speaker diarization, emotion detection, streaming, and OpenAI-compatible API.
Related searches
Comments
Log in to leave a comment
- DDylan MartinezApr 25, 2026
Niche but invaluable for Windows developers doing deep debugging work.
- SSkyler ThompsonApr 2, 2026
The MCP interface abstracts the WinDBG command complexity without losing functionality.
- JJamie JacksonFeb 28, 2026
Being able to ask Claude about crash dumps and debug output in WinDBG is a meaningful workflow improvement.
- CCameron MartinezFeb 27, 2026
WinDBG via MCP brings AI-assisted debugging to Windows kernel and application development.