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.
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.
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.
claude mcp add debug-recorder-mcp -- npx -y debug-recorder-mcp
{
"mcpServers": {
"debug-recorder-mcp": {
"args": [
"-y",
"debug-recorder-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.debug-recorder-mcp]
command = "npx"
args = ["-y", "debug-recorder-mcp"]
{
"mcpServers": {
"debug-recorder-mcp": {
"args": [
"-y",
"debug-recorder-mcp"
],
"command": "npx"
}
}
}
{
"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.
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.
Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Every Rootly incident, alert, and on-call object as a typed command - plus a local SQLite mirror
MCP server for local SQLite database operations
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Full Pipedrive CRUD plus a local SQLite pipeline copy: stale deals, forecasts, aging, dupes, rep
Answers built from our own checks of this server.