Skip to content
Cursor

Qwen DAP MCP for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install Qwen DAP MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Qwen DAP MCP in other clients