workbackai
Connects Claude Code to Node.js's Inspector Protocol for real-time debugging capabilities, enabling breakpoint setting, variable inspection, and code execution stepping without leaving the conversation interface.
Continues code execution
Evaluates a JavaScript expression in the current context
Steps out of current function
Steps into function calls
Steps over to the next line of code
Gets the current execution location when paused
Manually triggers a reconnection attempt to the Node.js debugger
Executes JavaScript code in the debugged process
Sets a breakpoint at specified line and file
Lists all active breakpoints
Deletes a specified breakpoint
Inspects variables in current scope
Gets the most recent console output from the debugged process
Connect to MCP Server
No additional configuration required