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.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · mcp-debug-recorder
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 mcp-debug-recorder -- npx -y mcp-debug-recorder
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-debug-recorder": {
      "args": [
        "-y",
        "mcp-debug-recorder"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-debug-recorder]
command = "npx"
args = ["-y", "mcp-debug-recorder"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-debug-recorder": {
      "args": [
        "-y",
        "mcp-debug-recorder"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-debug-recorder": {
      "args": [
        "-y",
        "mcp-debug-recorder"
      ],
      "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.). 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.

40 installs/wk 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 mcp-debug-recorder.
Is MCP Debug Recorder still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
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 mcp-debug-recorder straight from npm; nothing to host, nothing to sign up for.