← Index

MCP Debug Recorder

io.github.oaslananka/mcp-debug-recorder·v1.0.1·Databases
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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 (cline_mcp_settings.json)
npx -y mcp-debug-recorder
§02  Environment variables
DEBUG_RECORDER_DB

Override the SQLite database location for local debug history.

LOG_LEVEL

Set the minimum structured log level: debug, info, warn, or error.

FUZZY_THRESHOLD

Override the Fuse.js threshold used during fuzzy reranking.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Databases