Skip to content
Cline

MCP Debug Recorder for Cline

io.github.oaslananka/mcp-debug-recorder

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

client:Cline transport:stdio runtime:npm

Install MCP Debug Recorder 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

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>"
      }
    }
  }
}

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

MCP Debug Recorder in other clients