Node.js Debugger

Provides Node.js debugging capabilities through Chrome DevTools Protocol, enabling breakpoint management, step-through execution,

qckfx 16
Claude CodeClaude DesktopGeneric
View source ↗

This Node.js debugger MCP server by qckfx provides programmatic debugging capabilities for AI agents through the Chrome DevTools Protocol, enabling full process lifecycle management and interactive debugging sessions. The implementation spawns Node.js processes with --inspect-brk debugging enabled, manages debug ports automatically, and exposes comprehensive debugging tools including breakpoint management, step-through execution, call stack inspection, and expression evaluation in debug contexts. Built with TypeScript and the chrome-remote-interface library, it handles the complexities of debugger attachment, execution state management, and provides both MCP tools for debugging operations and resources for session state monitoring, making it valuable for AI-assisted code debugging, automated testing workflows, and educational scenarios where agents need to understand code execution flow.

Source

Repository: https://github.com/qckfx/node-debugger-mcp

Maintain Node.js Debugger?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Node.js Debugger on getagentictools](https://getagentictools.com/mcp/qckfx-node-debugger-mcp?ref=badge)