ts mcp debugger for Windsurf
io.github.digitaldefiance/ts-mcp-debugger
Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection
client:Windsurf
transport:stdio
runtime:npm
Install ts mcp debugger in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ts-mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs