Skip to main content
Glama
swesmith-repos

MCP Server for WinDbg Crash Analysis

server.json2.29 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.svnscha/mcp-windbg", "title": "MCP Server for WinDbg Crash Analysis", "description": "A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB", "repository": { "url": "https://github.com/svnscha/mcp-windbg", "source": "github" }, "version": "0.12.2", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "mcp-windbg", "version": "0.12.2", "transport": { "type": "stdio" }, "runtimeHint": "uvx", "environmentVariables": [ { "description": "Custom path to cdb.exe (optional)", "isRequired": false, "format": "string", "isSecret": false, "name": "CDB_PATH" }, { "description": "Symbol path for Windows debugging (optional, defaults to Microsoft symbol server)", "isRequired": false, "format": "string", "isSecret": false, "name": "_NT_SYMBOL_PATH" } ] }, { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "mcp-windbg", "version": "0.12.2", "transport": { "type": "streamable-http", "url": "http://localhost:{port}/mcp" }, "runtimeHint": "uvx", "runtimeArguments": [ { "type": "named", "name": "--transport", "value": "streamable-http" }, { "type": "named", "name": "--port", "valueHint": "port", "default": "8000", "description": "Port for HTTP transport" } ], "environmentVariables": [ { "description": "Custom path to cdb.exe (optional)", "isRequired": false, "format": "string", "isSecret": false, "name": "CDB_PATH" }, { "description": "Symbol path for Windows debugging (optional, defaults to Microsoft symbol server)", "isRequired": false, "format": "string", "isSecret": false, "name": "_NT_SYMBOL_PATH" } ] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swesmith-repos/svnscha__mcp-windbg.20b852b5'

If you have feedback or need assistance with the MCP directory API, please join our Discord server