dlv-mcp
If you are the rightful owner of dlv-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that allows LLMs to interact with the Delve Go debugger.
start_debug
Start a new debug session
terminate_debug
Terminate a debug session
list_debug_sessions
List active debug sessions
set_breakpoint
Set a breakpoint in a debug session
continue
Continue execution in a debug session
next
Step over current line in a debug session
step_in
Step into function in a debug session
step_out
Step out of function in a debug session
evaluate
Evaluate an expression in a debug session