Qwen DAP MCP

Give coding agents a real native debugger. qwen-dap-mcp is a local Debug Adapter Protocol (DAP) → Model Context Protocol (MCP) bridge for native crash debugging, hang/deadlock triage, crash dumps, differential runtime analysis, remote targets, and bounded fix/verify workflows.

People who work with codelldb, coding agent and dap and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 2 · #68 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Qwen DAP MCP

Claude Code

claude mcp add slp-dev1-qwen-dap-mcp -- npx -y @slp-dev1/qwen-dap-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-25 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package @slp-dev1/qwen-dap-mcp - published under the repo owner's npm scope (@slp-dev1)

registry namespace io.github.SLP-DEV1 is GitHub-verified and matches the repo owner

03 · What Qwen DAP MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.17.2 · 2026-09-07

normalize npm CLI bin metadata for v0.17.2

v0.17.1 · 2026-09-07

sync docs and metadata after v0.17.0 · make qwen-dap-mcp easier to discover and adopt · consolidate smoke workflows into tiered gates · bump typescript from 6.0.3 to 7.0.2 · bump actions/setup-node from 5 to 7 · bump…

v0.17.0 · 2026-08-26

add v0.17 differential and causal debugging · prepare v0.17.0 release

04 · Who maintains Qwen DAP MCP

Qwen DAP MCP is maintained by slp-dev1. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
developer tools - ranked #68 of 168 actively-maintained developer tools servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-07)
registry
io.github.SLP-DEV1/qwen-dap-mcp (active, first published 2026-08-26 · 10 versions)
packages
npm:@slp-dev1/qwen-dap-mcp

06 · Qwen DAP MCP FAQ

What is Qwen DAP MCP?

Give coding agents a real native debugger. qwen-dap-mcp is a local Debug Adapter Protocol (DAP) → Model Context Protocol (MCP) bridge for native crash debugging, hang/deadlock triage, crash dumps, differential runtime analysis, remote targets, and bounded fix/verify workflows.

Is Qwen DAP MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Qwen DAP MCP?

Run `npx -y @slp-dev1/qwen-dap-mcp`. You can also paste the ready-made client config above.

Does Qwen DAP MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Qwen DAP MCP

More developer tools MCP servers · Sounio Compiler · Edict · Lumino MCP Server · Diffgate · Create Starter

More TypeScript MCP servers · CliDeck MCP - Network Knowledge · Llmkit · Skillsmith · Govtoolspro MCP Server · Markitup MCP Server · see all