Node.js and TypeScript debugging with 25+ tools for AI agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
This package is now maintained in its own repository: https://github.com/Digital-Defiance/mcp-debugger-server
This repository is part of the AI Capabilitites Suite on GitHub.
An enterprise-grade Model Context Protocol (MCP) server that provides comprehensive debugging capabilities for Node.js and JavaScript applications via Chrome DevTools Protocol. This server enables AI agents (Kiro, Amazon Q, GitHub Copilot) to interactively debug Node.js code with 25+ specialized tools, offering everything from basic breakpoint management to advanced CPU/memory profiling and hang detection. For multi-language debugging (Python, Java, Go, etc.), use the VS Code extension which leverages Debug Adapter Protocol.
Add to .kiro/settings/mcp.json:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to .vscode/settings.json:
Optional environment variables for advanced configuration:
The MCP ACS Debugger Server provides 25 specialized tools organized into 8 categories:
debugger_startStart a new debug session with a Node.js process.
Parameters:
command (string, required): The command to execute (e.g., "node", "npm")args (string[], optional): Command arguments (e.g., ["test.js"])cwd (string, optional): Working directory for the processtimeout (number, optional): Timeout in milliseconds (default: 30000)Example:
Response:
debugger_stop_sessionStop a debug session and cleanup all resources.
Parameters:
sessionId (string, required): The debug session IDExample:
debugger_set_breakpointSet a breakpoint at a specific file and line number.
Parameters:
sessionId (string, required): The debug session IDfile (string, required): The file path (absolute or relative)line (number, required): The line number (1-indexed)condition (string, optional): Optional condition expression (e.g., "x > 10")Example:
debugger_remove_breakpointRemove a breakpoint from the session.
Parameters:
sessionId (string, required): The debug session IDbreakpointId (string, required): The breakpoint ID to removedebugger_toggle_breakpointToggle a breakpoint between enabled and disabled states.
Parameters:
sessionId (string, required): The debug session IDbreakpointId (string, required): The breakpoint ID to toggledebugger_list_breakpointsGet all breakpoints for a debug session.
Parameters:
sessionId (string, required): The debug session IDResponse:
debugger_continueResume execution until the next breakpoint or program termination.
Parameters:
sessionId (string, required): The debug session IDdebugger_step_overExecute the current line and pause at the next line in the same scope.
Parameters:
sessionId (string, required): The debug session IDdebugger_step_intoExecute the current line and pause at the first line inside any called function.
Parameters:
sessionId (string, required): The debug session IDdebugger_step_outExecute until the current function returns and pause at the calling location.
Parameters:
sessionId (string, required): The debug session IDdebugger_pausePause a running debug session.
Parameters:
sessionId (string, required): The debug session IDdebugger_inspectEvaluate a JavaScript expression in the current execution context.
Parameters:
sessionId (string, required): The debug session IDexpression (string, required): The JavaScript expression to evaluateExample:
debugger_get_local_variablesGet all local variables in the current scope.
Parameters:
sessionId (string, required): The debug session IDdebugger_get_global_variablesGet global variables accessible from the current scope.
Parameters:
sessionId (string, required): The debug session IDdebugger_inspect_objectInspect an object's properties with nested resolution.
Parameters:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-debugger)<a href="https://allmcps.com/mcp/mcp-debugger"><img src="https://allmcps.com/api/badge/mcp-debugger?style=directory" alt="MCP Debugger on AllMCPs" /></a>