← Back to browse

MCP Debug Recorder

Indexed by io.github.oaslananka

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 varsDEBUG_RECORDER_DB LOG_LEVEL FUZZY_THRESHOLD DEBUG_RECORDER_REDACT_BEFORE_STORE HOST PORT DEBUG_RECORDER_HTTP_TOKEN DEBUG_RECORDER_ALLOWED_HOSTS DEBUG_RECORDER_ALLOWED_ORIGINS DEBUG_RECORDER_MAX_BODY_BYTES DEBUG_RECORDER_REMOTE_HTTP
Claude Code
claude mcp add --env DEBUG_RECORDER_DB= --env LOG_LEVEL= --env FUZZY_THRESHOLD= --env DEBUG_RECORDER_REDACT_BEFORE_STORE= --env HOST= --env PORT= --env DEBUG_RECORDER_HTTP_TOKEN= --env DEBUG_RECORDER_ALLOWED_HOSTS= --env DEBUG_RECORDER_ALLOWED_ORIGINS= --env DEBUG_RECORDER_MAX_BODY_BYTES= --env DEBUG_RECORDER_REMOTE_HTTP= debug-recorder-mcp -- npx debug-recorder-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"debug-recorder-mcp","command":"npx","args":["debug-recorder-mcp"],"env":{"DEBUG_RECORDER_DB":"","LOG_LEVEL":"","FUZZY_THRESHOLD":"","DEBUG_RECORDER_REDACT_BEFORE_STORE":"","HOST":"","PORT":"","DEBUG_RECORDER_HTTP_TOKEN":"","DEBUG_RECORDER_ALLOWED_HOSTS":"","DEBUG_RECORDER_ALLOWED_ORIGINS":"","DEBUG_RECORDER_MAX_BODY_BYTES":"","DEBUG_RECORDER_REMOTE_HTTP":""}}'
JSON
{
  "mcpServers": {
    "debug-recorder-mcp": {
      "command": "npx",
      "args": [
        "debug-recorder-mcp"
      ],
      "env": {
        "DEBUG_RECORDER_DB": "",
        "LOG_LEVEL": "",
        "FUZZY_THRESHOLD": "",
        "DEBUG_RECORDER_REDACT_BEFORE_STORE": "",
        "HOST": "",
        "PORT": "",
        "DEBUG_RECORDER_HTTP_TOKEN": "",
        "DEBUG_RECORDER_ALLOWED_HOSTS": "",
        "DEBUG_RECORDER_ALLOWED_ORIGINS": "",
        "DEBUG_RECORDER_MAX_BODY_BYTES": "",
        "DEBUG_RECORDER_REMOTE_HTTP": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.