mcp-windbg
活跃·★ 1.3k·MIT·更新于 2026-05-26
★ 宝藏工具★ 开发者工具
一个将AI模型与WinDbg桥接的模型上下文协议服务器,用于崩溃转储分析和远程调试。
该MCP服务器集成CDB,使AI模型能够分析Windows崩溃转储并通过WinDbg/CDB连接到远程调试会话。用户可以通过自然语言查询执行调试器命令。服务器支持崩溃转储分析、实时调试和目录分析。
#Copilot#copilot-chat#crash-dump#crash-reports#MCP 协议#MCP 服务器#MCP 服务器#windbg
01
功能特性
01将AI模型与WinDbg桥接,用于崩溃转储分析和远程调试
02支持多种传输协议(stdio, streamable-http)
03提供多个工具用于分析崩溃转储和执行WinDbg命令
04与任何支持MCP的客户端兼容(GitHub Copilot、Claude Desktop、Cline等)
05支持崩溃转储分析、实时调试和目录分析模式
02
兼容性
Windows
Windows
已通过文档验证
03
快速开始
1
$ pip install mcp-windbg
04
使用场景
↳分析Windows崩溃转储
↳连接到远程调试目标
↳批量处理多个转储文件以进行模式分析
05
同类工具
相关搜索
评论
登录后发表评论
- DDylan Martinez2026年4月25日
Niche but invaluable for Windows developers doing deep debugging work.
- SSkyler Thompson2026年4月2日
The MCP interface abstracts the WinDBG command complexity without losing functionality.
- JJamie Jackson2026年2月28日
Being able to ask Claude about crash dumps and debug output in WinDBG is a meaningful workflow improvement.
- CCameron Martinez2026年2月27日
WinDBG via MCP brings AI-assisted debugging to Windows kernel and application development.