Skip to content
Cursor

MCP Debug Recorder for Cursor

io.github.oaslananka/mcp-debug-recorder

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

client:Cursor transport:stdio runtime:npm

Install MCP Debug Recorder in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Debug Recorder in other clients