Catalog
io.github.DigitalDefiance/ts-mcp-debugger
OfficialEnterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection
Debug Node.js and TypeScript with breakpoints, profiling, and hang detection.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ts-mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server@1.0.2"
]
}
}
}