Skip to content
Back to search
30
MCP

mcp-windbg

svnscha/mcp-windbg

Model Context Protocol for WinDbg.

Uptime
0.0%
119 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

io.github.svnscha/mcp-windbg
A Model Context Protocol server for Windows crash dump analysis using WinDBG/CDB
0 tools
dbgeng-mcp
A Model Context Protocol server for the Windows Debugging Engine (dbgeng)
0 tools
x64dbgMCP
Model Context Protocol for x64dbg & x32dbg
0 tools
gdb-mcp
Model Context Protocol server for driving GDB from an LLM.
0 tools
mcp-mongo-server
A Model Context Protocol Server for MongoDB
0 tools
mcp
Model Context Protocol SDK
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-windbg": {
      "url": "https://svnscha.de/posts/ai-meets-windbg/",
      "transport": "http"
    }
  }
}