windbg-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@windbg-mcpanalyze crash dump and show !analyze -v output"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
windbg-mcp
MCP server that drives cdb.exe (user mode) and kd.exe (kernel mode) as subprocesses, exposing WinDbg debugging to LLM agents over the Model Context Protocol: crash dump analysis, live process debugging, and kernel debugging — plus a searchable 288-entry WinDbg command reference.
Windows only. Requires Bun ≥ 1.1 (uses
bun:ffi) and the Windows Debugging Tools (cdb.exe/kd.exe, auto-detected from the standard Windows Kits paths).
Usage
Add to your MCP client configuration:
{
"mcpServers": {
"windbg-mcp": {
"command": "bunx",
"args": ["windbg-mcp"]
}
}
}Related MCP server: pwndbg-lldb-mcp
Tools
Tool | Purpose |
| Open a crash dump (.dmp/.mdmp/.hdmp) for analysis |
| Launch a process under cdb |
| Attach to a running process by pid or name |
| Connect kd to a kernel target (KDNET / pipe / serial) |
| Run any debugger command ( |
| List sessions with state ( |
| Break into a running target (CTRL+BREAK) |
| Search the WinDbg command catalog by keyword |
| End session, terminating the debuggee |
| End session, leaving the debuggee running |
Development
git clone https://github.com/kanren3/windbg-mcp.git
cd windbg-mcp
bun run src/index.tsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceAn MCP server for debugging Windows processes using WinDbg and CDB. It enables users to attach to processes, manage breakpoints, inspect memory, and control execution flow through natural language.Last updated2
- AlicenseCqualityDmaintenanceAn MCP server that exposes pwndbg commands running under LLDB as tools for AI assistants. This enables AI-driven binary analysis, exploit development, and reverse engineering through pwndbg's enhanced debugging capabilities.Last updated1001MIT
- Alicense-qualityCmaintenanceMCP server for remote Windows Crash Dump analysis. Enables AI agents to analyze crash dumps via CDB commands through standard MCP interfaces.Last updated2MIT
- AlicenseBqualityBmaintenanceA lightweight MCP server that enables LLM agents to interact with GDB for debugging native programs, supporting spawning sessions, executing commands, interrupting hangs, and closing sessions.Last updated413MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Local-first RAG engine with MCP server for AI agent integration.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kanren3/windbg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server