Qwen DAP MCP for Windsurf
io.github.slp-dev1/qwen-dap-mcp
Native runtime debugging via DAP-to-MCP for crashes, hangs, dumps, symbols, and forensics.
client:Windsurf
transport:stdio
runtime:npm
Install Qwen DAP MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"qwen-dap-mcp": {
"command": "npx",
"args": [
"-y",
"@slp-dev1/qwen-dap-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs