← Index

io.github.DigitalDefiance/ts-mcp-debugger

io.github.DigitalDefiance/ts-mcp-debugger·v1.0.2·Other
Quality Score
76
/100

Enterprise debugging for Node.js/TypeScript with 25+ tools: breakpoints, profiling, hang detection

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ts-mcp-debugger": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-debugger-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ts-mcp-debugger": {
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-debugger-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ai-capabilities-suite/mcp-debugger-server
§03  MCP Quality Score  ·  methodology
freshness
16
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other