mcpbeat Sign in

MCP Debug Recorder MCP Server

local only

MCP Debug Recorder runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 22 Jul 2026.

Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.

Installs per day peak 13 · avg 7 · -42% w/w
a month agotoday
40
Installs / week
npm · debug-recorder-mcp
2
Stars
1 open issues
22 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Debug Recorder every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add debug-recorder-mcp -- npx -y debug-recorder-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "debug-recorder-mcp": {
      "args": [
        "-y",
        "debug-recorder-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.debug-recorder-mcp]
command = "npx"
args = ["-y", "debug-recorder-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "debug-recorder-mcp": {
      "args": [
        "-y",
        "debug-recorder-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "debug-recorder-mcp": {
      "args": [
        "-y",
        "debug-recorder-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEBUG_RECORDER_DB (Override the SQLite database location for local debug history.), LOG_LEVEL (Set the minimum structured log level: debug, info, warn, or error.), FUZZY_THRESHOLD (Override the Fuse.js threshold used during fuzzy reranking.), DEBUG_RECORDER_REDACT_BEFORE_STORE (Set to true to redact common secret patterns before persisting debug text.), HOST (HTTP bind host for optional Streamable HTTP mode. Defaults to 127.0.0.1.), PORT (HTTP port for optional Streamable HTTP mode.), DEBUG_RECORDER_HTTP_TOKEN (Bearer token for optional Streamable HTTP mode. Required for non-loopback bind.), DEBUG_RECORDER_ALLOWED_HOSTS (Comma-separated HTTP Host allowlist for optional Streamable HTTP mode.), DEBUG_RECORDER_ALLOWED_ORIGINS (Comma-separated Origin allowlist for optional Streamable HTTP mode.), DEBUG_RECORDER_MAX_BODY_BYTES (Maximum JSON body size for optional Streamable HTTP mode.), DEBUG_RECORDER_REMOTE_HTTP (Must be true to allow optional Streamable HTTP mode to bind outside loopback.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Debug Recorder

same job, measured the same way
MCP Debug Recorder
by oaslananka

Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.

local only
Nuzo Memory
by fabionfsc

Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.

35 installs/wk local only
Myc
by aistastudio

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

2 268 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
Rootly MCP
by servosity

Every Rootly incident, alert, and on-call object as a typed command - plus a local SQLite mirror

local only
MCP Sqlite Tools
by spences10

MCP server for local SQLite database operations

138 installs/wk local only
Cortex RMCP
by dinglebear

Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.

520 installs/wk local only
Pipedrive MCP
by servosity

Full Pipedrive CRUD plus a local SQLite pipeline copy: stale deals, forecasts, aging, dupes, rep

local only

MCP Debug Recorder — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Debug Recorder?
MCP Debug Recorder runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package debug-recorder-mcp was installed 40 times last week.
How do I connect MCP Debug Recorder?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls debug-recorder-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Debug Recorder?
The npm package debug-recorder-mcp was installed 40 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Debug Recorder open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.