ctagard/dap-mcp
MCP server that gives AI agents debugging capabilities via the Debug Adapter Protocol. Supports Go, Python, JavaScript/TypeScript, C/C++, and Rust.
Platform-specific configuration:
{
"mcpServers": {
"dap-mcp": {
"command": "npx",
"args": [
"-y",
"dap-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...