Home › Development › Qwen DAP MCP

Qwen DAP MCP

Native runtime debugging via DAP-to-MCP for crashes, hangs, dumps, symbols, and forensics.

TypeScript Local Windows
★ 2 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.18.1)

npx -y @slp-dev1/qwen-dap-mcp@0.18.1

Or add to your MCP client config:

{
  "mcpServers": {
    "qwen-dap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slp-dev1/qwen-dap-mcp@0.18.1"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry