debugger-mcp-server

tonyredondo/debugger-mcp-server
★ 3 stars C# 🔌 API Integration Updated 7d ago
Cross-platform MCP Server for debuggers (WinDbg/LLDB) with multitenant support and hybrid architecture (MCP + HTTP API)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "debugger-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tonyredondo/debugger-mcp-server"
      ]
    }
  }
}