Skip to content
Claude Desktop

MCP Debug Recorder for Claude Desktop

io.github.oaslananka/debug-recorder-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install MCP Debug Recorder in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "debug-recorder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "debug-recorder-mcp"
      ],
      "env": {
        "DEBUG_RECORDER_DB": "<DEBUG_RECORDER_DB>",
        "LOG_LEVEL": "<LOG_LEVEL>",
        "FUZZY_THRESHOLD": "<FUZZY_THRESHOLD>",
        "DEBUG_RECORDER_REDACT_BEFORE_STORE": "<DEBUG_RECORDER_REDACT_BEFORE_STORE>",
        "HOST": "<HOST>",
        "PORT": "<PORT>",
        "DEBUG_RECORDER_HTTP_TOKEN": "<DEBUG_RECORDER_HTTP_TOKEN>",
        "DEBUG_RECORDER_ALLOWED_HOSTS": "<DEBUG_RECORDER_ALLOWED_HOSTS>",
        "DEBUG_RECORDER_ALLOWED_ORIGINS": "<DEBUG_RECORDER_ALLOWED_ORIGINS>",
        "DEBUG_RECORDER_MAX_BODY_BYTES": "<DEBUG_RECORDER_MAX_BODY_BYTES>",
        "DEBUG_RECORDER_REMOTE_HTTP": "<DEBUG_RECORDER_REMOTE_HTTP>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

MCP Debug Recorder in other clients