MCP Debug Recorder
About
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DEBUG_RECORDER_DB LOG_LEVEL FUZZY_THRESHOLDClaude Code
claude mcp add --env DEBUG_RECORDER_DB= --env LOG_LEVEL= --env FUZZY_THRESHOLD= mcp-debug-recorder -- npx mcp-debug-recorder
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-debug-recorder","command":"npx","args":["mcp-debug-recorder"],"env":{"DEBUG_RECORDER_DB":"","LOG_LEVEL":"","FUZZY_THRESHOLD":""}}'
JSON
{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "",
"LOG_LEVEL": "",
"FUZZY_THRESHOLD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.