Skip to content
Zed

Qwen DAP MCP for Zed

io.github.slp-dev1/qwen-dap-mcp

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

client:Zed transport:stdio runtime:npm

Install Qwen DAP MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Qwen DAP MCP in other clients