Skip to content
Windsurf

Predictive Debugger for Windsurf

io.github.speedosdk/predictive-debugger

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

client:Windsurf transport:stdio runtime:npm

Install Predictive Debugger in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Predictive Debugger in other clients