Skip to content
Windsurf

MCP Debug Recorder for Windsurf

io.github.oaslananka/mcp-debug-recorder

Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.

client:Windsurf transport:stdio runtime:npm

Install MCP Debug Recorder in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-debug-recorder": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-debug-recorder"
      ],
      "env": {
        "DEBUG_RECORDER_DB": "<DEBUG_RECORDER_DB>",
        "LOG_LEVEL": "<LOG_LEVEL>",
        "FUZZY_THRESHOLD": "<FUZZY_THRESHOLD>"
      }
    }
  }
}

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

MCP Debug Recorder in other clients