ts mcp debugger for Cursor
io.github.digitaldefiance/ts-mcp-debugger
Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection
client:Cursor
transport:stdio
runtime:npm
Install ts mcp debugger in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ts-mcp-debugger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs