go-delve/mcp-dap-server
MCP server to communicate with DAP servers allowing AI Agents the ability to debug live programs.
Platform-specific configuration:
{
"mcpServers": {
"mcp-dap-server": {
"command": "npx",
"args": [
"-y",
"mcp-dap-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...