windbg-mcp

memoryforensics1/windbg-mcp
★ 4 stars C# 🤖 AI/LLM Updated 2d ago
C# MCP server for kernel & user-mode Windows debugging — DbgEng COM, KDNET, Frida, dbgsrv, TTD, and integrated VM control. 29 tools for LLM agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "windbg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "memoryforensics1/windbg-mcp"
      ]
    }
  }
}

Topics

ai-agentclaudecsharpdbgengdebuggerdotnetexploit-developmentfridakernel-debuggingllmmalware-analysismcpmodel-context-protocolreverse-engineeringtime-travel-debugging