Catalog
MCP Debug Recorder
Officialby oaslananka
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
Record and store debug sessions with commands, failures, and fixes in local SQLite.
README not available yet.
Install
Configuration
Environment variables
DEBUG_RECORDER_DBOverride the SQLite database location for local debug history.
LOG_LEVELSet the minimum structured log level: debug, info, warn, or error.
FUZZY_THRESHOLDOverride the Fuse.js threshold used during fuzzy reranking.
claude_desktop_config.json
{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder@1.0.1"
],
"env": {
"DEBUG_RECORDER_DB": "<YOUR_DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"FUZZY_THRESHOLD": "<YOUR_FUZZY_THRESHOLD>"
}
}
}
}