qckfx/node-debugger-mcp
3.4
If you are the rightful owner of node-debugger-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that provides Node.js debugging capabilities with process management for AI agents.
Tools
Functions exposed to the LLM to take actions
start_node_process
Launch Node.js scripts with debugging.
kill_process
Terminate processes by PID.
list_processes
Show all managed processes.
attach_debugger
Connect to debug port.
set_breakpoint
Set breakpoints with optional conditions.
step_debug
Step through code (next/step/continue/out).
pause_execution
Manually pause a running process.
evaluate_expression
Evaluate expressions in debug context.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client