Skip to content
Cline

Predictive Debugger for Cline

io.github.speedosdk/predictive-debugger

Predicts where JavaScript and TypeScript code will fail at runtime, for coding agents.

client:Cline transport:stdio runtime:npm

Install Predictive Debugger in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "predictive-debugger": {
      "command": "npx",
      "args": [
        "-y",
        "predictive-debugger"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Predictive Debugger in other clients