windbg-ext-mcp — MCP Server by NadavLor

by NadavLor · MCP Server · ★ 79

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About windbg-ext-mcp

WinDbg‑ext‑MCP WinDbg extension + Python MCP server. Lets MCP‑compatible clients (Cursor, Claude, VS Code + Cline/Roo) drive WinDbg with clean, validated commands. Kernel‑first; user‑mode works too. Contents Quick Start Architecture Usage Examples What’s Here Sanity Check Troubleshooting Configuration Tested With Notes Quick Start Prereqs Windows 10/11 WinDbg (Windows SDK “Debugging Tools for Windows”) Visual Studio Build Tools (C++) Python 3.10+ and Poetry 2.x Build the extension (Developer PowerShell for VS): Load in WinDbg: Install and run the MCP server (in root directory): Architecture The extension hosts a named‑pipe server and executes WinDbg commands safely. The Python server validates inputs, resolves timeouts, and exposes tools to MCP clients. Usage Examples General (natural language prompts) "Show me all running processes in the kernel" "What's the current thread's stack trace?" "Analyze the memory at address 0x1000" "Help me understand this crash dum

Quick Facts

Stars79
Forks16
LanguageC++
CategoryMCP Server
LicenseMIT
Quality Score32.75/100
Last Updated2025-09-10
Created2025-05-21
Platformsclaude-code, cli, mcp
Est. Tokens~185k

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular C++ Agent Tools

Frequently Asked Questions

What is windbg-ext-mcp?

windbg-ext-mcp is WinDbg-ext-MCP bridges your favorite LLM client (like Cursor, Claude, or VS Code) with WinDbg, enabling real-time, AI assisted kernel debugging. Write prompts in your AI coding assistant and receive i. It is categorized as a MCP Server with 79 GitHub stars.

What programming language is windbg-ext-mcp written in?

windbg-ext-mcp is primarily written in C++.

How do I install or use windbg-ext-mcp?

You can find installation instructions and usage details in the windbg-ext-mcp GitHub repository at github.com/NadavLor/windbg-ext-mcp. The project has 79 stars and 16 forks, indicating an active community.

What license does windbg-ext-mcp use?

windbg-ext-mcp is released under the MIT license, making it free to use and modify according to the license terms.

View on GitHub → Browse MCP Server tools