JesseObrien/mcp-debug-server
If you are the rightful owner of mcp-debug-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Debug Server is an experimental project that provides debugging capabilities for Claude using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
start_debug_session
Spawn DAP server and return session ID
set_breakpoint
Set breakpoint with optional condition
start_execution
Begin program execution after breakpoints are set
continue_execution
Continue program execution
step_over
Step over current line
step_into
Step into function call
step_out
Step out of current function
get_stack_trace
Get complete call stack
get_variables
Get variable values in current scope
evaluate_expression
Evaluate expressions in debugger context
stop_debug_session
Clean session shutdown
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client