An MCP server to debug Node.js at runtime
| Tool name | Description | Destructive? |
|---|---|---|
| nodejs_inspect | ✓ no | |
| set_breakpoint | ✓ no | |
| inspect_variables | ✓ no | |
| step_over | ✓ no | |
| step_into | ✓ no |
| step_out | ✓ no | |
| continue | ✓ no | |
| delete_breakpoint⚠ | ⚠ yes | |
| list_breakpoints | ✓ no | |
| evaluate | ✓ no | |
| get_location | ✓ no | |
| get_console_output | ✓ no | |
| retry_connect | ✓ no |
{
"mcpServers": {
"hyperdrive-engmcp-nodejs-debugger": {
"command": "npx",
"args": [
"-y",
"@hyperdrive-eng/mcp-nodejs-debugger"
]
}
}
}