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.
Control and inspect live Chrome for automation, debugging, and performance analysis.
Connect Chrome DevTools to help AI agents debug and inspect web pages.
Let AI agents debug code through VS Code in real sessions.
Let an AI agent inspect and drive a running Next.js app.
Let AI agents inspect debug state and control VS Code debugging.
Develop, debug, and troubleshoot Next.js projects inside an AI coding agent.