This repository provides an MCP server, `@hyperdrive-eng/mcp-nodejs-debugger`, enabling Cursor or Claude Code to debug Node.js applications at runtime. It allows real-time inspection and debugging with simple setup instructions for both platforms.
This README describes the MCP Node.js Debugger, a tool that enables runtime debugging of Node.js applications within Cursor and Claude Code using the @hyperdrive-eng/mcp-nodejs-debugger
package.
Key Features:
Quick Start:
For Cursor, configure mcp.json
with the debugger command. For Claude Code, use the claude mcp add
command. Run your Node.js server with the --inspect
flag. Then, ask Cursor or Claude Code to debug.
Usage:
The README provides detailed instructions on adding, verifying, and removing the debugger from both Cursor and Claude Code. It includes examples of debugging a simple Node.js application, setting breakpoints, and inspecting runtime state. It also demonstrates how Claude Code can identify and suggest solutions for runtime errors.
hyperdrive-eng/mcp-nodejs-debugger
March 18, 2025
March 28, 2025
JavaScript