MCP Server for WinDbg Crash Analysis MCP Server
io.github.svnscha/mcp-windbg
What is the MCP Server for WinDbg Crash Analysis MCP server?
A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB
How to install MCP Server for WinDbg Crash Analysis
Copy-paste configuration for popular MCP clients.
CDB_PATHCustom path to cdb.exe (optional)
_NT_SYMBOL_PATHSymbol path for Windows debugging (optional, defaults to Microsoft symbol server)
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<YOUR_CDB_PATH>",
"_NT_SYMBOL_PATH": "<YOUR__NT_SYMBOL_PATH>"
}
}
}
}{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<YOUR_CDB_PATH>",
"_NT_SYMBOL_PATH": "<YOUR__NT_SYMBOL_PATH>"
}
}
}
}{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<YOUR_CDB_PATH>",
"_NT_SYMBOL_PATH": "<YOUR__NT_SYMBOL_PATH>"
}
}
}
}{
"servers": {
"mcp-windbg": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-windbg"
],
"env": {
"CDB_PATH": "<YOUR_CDB_PATH>",
"_NT_SYMBOL_PATH": "<YOUR__NT_SYMBOL_PATH>"
}
}
}
}claude mcp add mcp-windbg --env CDB_PATH=<YOUR_CDB_PATH> --env _NT_SYMBOL_PATH=<YOUR__NT_SYMBOL_PATH> -- uvx mcp-windbgRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.