Qwen DAP MCP for Grok
io.github.slp-dev1/qwen-dap-mcp
Native runtime debugging via DAP-to-MCP for crashes, hangs, dumps, symbols, and forensics.
client:Grok
transport:stdio
runtime:npm
Install Qwen DAP MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"qwen-dap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@slp-dev1/qwen-dap-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs