ts mcp debugger for VS Code
io.github.digitaldefiance/ts-mcp-debugger
Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection
client:VS Code
transport:stdio
runtime:npm
Install ts mcp debugger in VS Code
.vscode/mcp.json
{
"servers": {
"ts-mcp-debugger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs