What is the MCP Debug Recorder MCP server?
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
How to install MCP Debug Recorder
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<YOUR_DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"FUZZY_THRESHOLD": "<YOUR_FUZZY_THRESHOLD>"
}
}
}
}{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<YOUR_DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"FUZZY_THRESHOLD": "<YOUR_FUZZY_THRESHOLD>"
}
}
}
}{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<YOUR_DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"FUZZY_THRESHOLD": "<YOUR_FUZZY_THRESHOLD>"
}
}
}
}{
"servers": {
"mcp-debug-recorder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<YOUR_DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>",
"FUZZY_THRESHOLD": "<YOUR_FUZZY_THRESHOLD>"
}
}
}
}claude mcp add mcp-debug-recorder --env DEBUG_RECORDER_DB=<YOUR_DEBUG_RECORDER_DB> --env LOG_LEVEL=<YOUR_LOG_LEVEL> --env FUZZY_THRESHOLD=<YOUR_FUZZY_THRESHOLD> -- npx -y mcp-debug-recorderRelated MCP servers
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
View repository →MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.
View repository →Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
View repository →Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
View repository →SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.
View repository →Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
View repository →