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.
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.
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 mcp-debug-recorder -- npx -y mcp-debug-recorder
{
"mcpServers": {
"mcp-debug-recorder": {
"args": [
"-y",
"mcp-debug-recorder"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-debug-recorder]
command = "npx"
args = ["-y", "mcp-debug-recorder"]
{
"mcpServers": {
"mcp-debug-recorder": {
"args": [
"-y",
"mcp-debug-recorder"
],
"command": "npx"
}
}
}
{
"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.
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.