Cross-platform MCP Server for debuggers (WinDbg/LLDB) with multitenant support and hybrid architecture (MCP + HTTP API)
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"
]
}
}
}
Run in terminal:
claude mcp add debugger-mcp-server npx -y tonyredondo/debugger-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"debugger-mcp-server": {
"command": "npx",
"args": [
"-y",
"tonyredondo/debugger-mcp-server"
]
}
}
}