Debug Node.js code for AI agents with breakpoints, stepping, and variable inspection.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "inspector-mcp" yet — see the docs or source repo.
Use inspector-mcp to attach to the current Node.js process, set a breakpoint before the exception, step through the relevant function, and inspect key variables to identify the root cause.
A report with breakpoint locations, execution path, key variable states, and root cause analysis.
Use inspector-mcp to debug this asynchronous task flow, set breakpoints at Promise chain steps and callback entry points, and inspect inputs, outputs, and context state at each step.
An async execution timeline, variable snapshots for each stage, and suspected state-loss or logic issues.
I have updated the Node.js code. Use inspector-mcp to set breakpoints around the fixed function, run the critical path, and compare variable changes before and after the fix to confirm whether the issue is resolved.
A fix verification summary describing observed behavior changes at breakpoints and whether any residual issues remain.
Debug Node.js programs via V8 Inspector with breakpoints and variable inspection.
Connect Chrome DevTools to help AI agents debug and inspect web pages.
Connect AI to VS Code debugger for breakpoints, stepping, and code inspection.
Control and debug running Node.js processes through a CDP-to-DAP bridge.
Debug Python with natural language, tests, breakpoints, and variable inspection.
Let an AI agent inspect and drive a running Next.js app.