MCP NodeJS Debugger connects Claude Code to Node.js's built-in Inspector Protocol, enabling real-time debugging capabilities directly within AI conversations. Developed by Hyperdrive, this tool allows users to set breakpoints, inspect variables, evaluate expressions, and step through code execution while a Node.js application is running in debug mode. The implementation includes continuous connection retry logic and comprehensive runtime state analysis features, making it particularly valuable for troubleshooting issues, understanding application behavior, and testing potential fixes without leaving the Claude interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Sets a breakpoint in the Node.js application at a specified file and line number.
Lists all currently set breakpoints in the Node.js application.
Executes a specific piece of JavaScript code in the Node.js application to inspect values and state.