MCP Debug Recorder for Claude Desktop
io.github.oaslananka/mcp-debug-recorder
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
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs