by gengstah · MCP Server · ★ 77
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
WinDbg MCP An MCP (Model Context Protocol) server that exposes every pybag Windows debugger function as a native MCP tool. It gives any MCP-compatible client (Claude Desktop, Claude Code, Cowork, OpenAI Codex CLI, Cursor, and custom agents) full control over user-mode processes, kernel sessions, and crash dump analysis — all through typed tool calls with structured JSON responses. Requirements Windows only — pybag requires Microsoft Debugging Tools for Windows Python 3.10+ Microsoft Debugging Tools for Windows (part of the Windows SDK) Installation Clone the repository Install Python dependencies Install Microsoft Debugging Tools Download the Windows SDK and select Debugging Tools for Windows during setup: https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/ Connecting to LLM IDEs and Clients The server runs as a local stdio process. All clients below launch it the same way — — but each has its own config format. Claude Desktop Edit the Claude Desktop configuration file and add the entry: Config file location: Windows: macOS: json { "mcpServers": { "windbg-mcp": { "command": "python",
| Stars | 77 |
| Forks | 7 |
| Language | Python |
| Category | MCP Server |
| Quality Score | 64.2092205882661/100 |
| Open Issues | 1 |
| Last Updated | 2026-05-03 |
| Created | 2026-03-30 |
| Platforms | claude-code, cli, codex, mcp, python |
| Est. Tokens | ~1k |
These tools work well together with windbg-mcp for enhanced workflows:
Explore other popular mcp server tools:
windbg-mcp is An MCP (Model Context Protocol) server that turns all pybag Windows debugger functions into native MCP tools. It lets MCP-compatible clients (Claude Desktop, Claude Code, Cowork, OpenAI Codex CLI, Cur. It is categorized as a MCP Server with 77 GitHub stars.
windbg-mcp is primarily written in Python.
You can find installation instructions and usage details in the windbg-mcp GitHub repository at github.com/gengstah/windbg-mcp. The project has 77 stars and 7 forks, indicating an active community.