MCP Debug Recorder
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_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.
§03 MCP Quality Score · methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…