Serversio.github.svnscha/mcp-windbg
W

MCP Server for WinDbg Crash Analysis

io.github.svnscha/mcp-windbg · v0.12.2
▦ pypi
v0.12.2pypi pypi: mcp-windbg↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.svnscha/mcp-windbg",
  "description": "A Model Context Protocol server for Windows crash dump analysis using WinDbg/CDB",
  "title": "MCP Server for WinDbg Crash Analysis",
  "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",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Custom path to cdb.exe (optional)",
          "format": "string",
          "name": "CDB_PATH"
        },
        {
          "description": "Symbol path for Windows debugging (optional, defaults to Microsoft symbol server)",
          "format": "string",
          "name": "_NT_SYMBOL_PATH"
        }
      ]
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-windbg",
      "version": "0.12.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{port}/mcp"
      },
      "runtimeArguments": [
        {
          "value": "streamable-http",
          "type": "named",
          "name": "--transport"
        },
        {
          "description": "Port for HTTP transport",
          "default": "8000",
          "type": "named",
          "name": "--port",
          "valueHint": "port"
        }
      ],
      "environmentVariables": [
        {
          "description": "Custom path to cdb.exe (optional)",
          "format": "string",
          "name": "CDB_PATH"
        },
        {
          "description": "Symbol path for Windows debugging (optional, defaults to Microsoft symbol server)",
          "format": "string",
          "name": "_NT_SYMBOL_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}