Stats
Actions
Tags
From dotnet-artisan
Interfaces with WinDbg for debugging Windows applications, analyzing crash dumps, and inspecting process memory. Requires WinDbg installed locally.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-windbg": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/svnscha/mcp-windbg",
"mcp-windbg"
],
"url": "https://github.com/svnscha/mcp-windbg"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/svnscha/mcp-windbgCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub p/novotnyllc-dotnet-artisan-plugins-dotnet-artisan