Skip to content
Claude Code

MCP Debug Recorder for Claude Code

io.github.oaslananka/debug-recorder-mcp

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

client:Claude Code transport:stdio runtime:npm

Install MCP Debug Recorder in Claude Code

run in your project directory

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

claude mcp add debug-recorder-mcp -e DEBUG_RECORDER_DB=<DEBUG_RECORDER_DB> -e LOG_LEVEL=<LOG_LEVEL> -e FUZZY_THRESHOLD=<FUZZY_THRESHOLD> -e DEBUG_RECORDER_REDACT_BEFORE_STORE=<DEBUG_RECORDER_REDACT_BEFORE_STORE> -e HOST=<HOST> -e PORT=<PORT> -e DEBUG_RECORDER_HTTP_TOKEN=<DEBUG_RECORDER_HTTP_TOKEN> -e DEBUG_RECORDER_ALLOWED_HOSTS=<DEBUG_RECORDER_ALLOWED_HOSTS> -e DEBUG_RECORDER_ALLOWED_ORIGINS=<DEBUG_RECORDER_ALLOWED_ORIGINS> -e DEBUG_RECORDER_MAX_BODY_BYTES=<DEBUG_RECORDER_MAX_BODY_BYTES> -e DEBUG_RECORDER_REMOTE_HTTP=<DEBUG_RECORDER_REMOTE_HTTP> -- npx -y debug-recorder-mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

MCP Debug Recorder in other clients