mcp-dap-server
MCP server to communicate with DAP servers allowing AI Agents the ability to debug live programs.
The MCP DAP Server bridges Model Context Protocol clients with Debug Adapter Protocol-compatible debuggers, enabling programmatic control over debugging sessions. It offers a comprehensive suite of tools to start/stop sessions, manage breakpoints, control execution, and inspect program state for AI assistants and other MCP clients.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- HHayden NguyenMay 24, 2026
AI agent debugging via DAP protocol is a powerful combination for automated code repair
- Kai LeeApr 28, 2026
Breakpoints and variable inspection from Claude enables a genuinely new debugging workflow
- RRiley WilsonMar 23, 2026
The DAP abstraction means this works with multiple debuggers beyond Delve
- DDrew ZhangMar 10, 2026
Used for automated bug reproduction and fix verification in Go codebases