Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jesseobrien • Uncategorized
An MCP server providing Claude with direct debugging capabilities via Debug Adapter Protocol implementations.
Autonomously debug Go programs using delve's DAP server.
Manage debug sessions, set breakpoints, and control execution flow programmatically.
Inspect variables, evaluate expressions, and analyze stack traces during debugging.
MCP Debug Server acts as a bridge between Claude and native debuggers using the Debug Adapter Protocol, enabling autonomous debugging workflows. It currently supports full Go debugging with delve and plans to extend support to Python and Node.js through a plugin architecture. The server offers 11 debugging tools including session management, breakpoint control, execution control, variable inspection, and expression evaluation, facilitating comprehensive debugging sessions.