Github Digital Defiance Mcp Debugger
Node.js and TypeScript debugging with 25+ tools for AI agents
About This MCP Server
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:
Start a new debug session with a Node.js process.
Stop a debug session and cleanup all resources.
Set a breakpoint at a specific file and line number.
Remove a breakpoint from the session.
Toggle a breakpoint between enabled and disabled states.
Get all breakpoints for a debug session.
Resume execution until the next breakpoint or program termination.
Execute the current line and pause at the next line in the same scope.
Tools & Endpoints1
Specifications
Requirements
- Node.js: >= 18.0.0
- NPM: >= 8.0.0
- Operating Systems: macOS, Linux, Windows
- CPU Architectures: x64, arm64
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Install
npm install -g @ai-capabilities-suite/mcp-debugger-serverConfigure
{
"mcpServers": {
"debugger": {
"command": "ts-mcp-server",
"args": [],
"env": {
"NODE_ENV": "production"
},
"disabled": false,
"autoApprove": [
"debugger_start",
"debugger_set_breakpoint",
"debugger_continue",
"debugger_step_over",
"debugger_inspect",
"debugger_get_stack"
]
}
}
}Performance
Usage
Quick Reference
- Name
- Github Digital Defiance Mcp Debugger
- Function
- Node.js and TypeScript debugging with 25+ tools for AI agents
- Available Tools
- The MCP ACS Debugger Server provides 25 specialized tools organized into 8 categories:
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npm install -g @ai-capabilities-suite/mcp-debugger-server
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.