mcp-nodejs-debugger

mcp-nodejs-debugger

233

The MCP Node.js Debugger is designed to provide access to Node.js at runtime through tools like Cursor and Claude Code, assisting in debugging Node.js applications effectively. Its standout feature is the real-time debugging capabilities it provides for developers.

How do I add the MCP Node.js Debugger to Cursor?

You can add the debugger to Cursor by modifying the ~/.cursor/mcp.json file to include the nodejs-debugger configuration.

What is required to run a Node.js server in debug mode?

To run a Node.js server in debug mode, use the --inspect flag when starting your Node.js application.

Can I use the MCP Node.js Debugger with Claude Code?

Yes, you can add the debugger to Claude Code using the command: claude mcp add nodejs-debugger npx @hyperdrive-eng/mcp-nodejs-debugger.

What kind of errors can the MCP Node.js Debugger help resolve?

The debugger can help resolve runtime errors by allowing you to inspect variables, set breakpoints, and receive guidance on error resolution.

Is the MCP Node.js Debugger compatible with all Node.js applications?

The debugger is compatible with Node.js applications that can be run in debug mode using the --inspect flag.