Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
debug-recorder-mcp · npm · 1.1.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.oaslananka/debug-recorder-mcp",
"description": "Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.",
"title": "MCP Debug Recorder",
"repository": {
"url": "https://github.com/oaslananka/debug-recorder-mcp",
"source": "github"
},
"version": "1.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "debug-recorder-mcp",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the SQLite database location for local debug history.",
"name": "DEBUG_RECORDER_DB"
},
{
"description": "Set the minimum structured log level: debug, info, warn, or error.",
"name": "LOG_LEVEL"
},
{
"description": "Override the Fuse.js threshold used during fuzzy reranking.",
"name": "FUZZY_THRESHOLD"
},
{
"description": "Set to true to redact common secret patterns before persisting debug text.",
"name": "DEBUG_RECORDER_REDACT_BEFORE_STORE"
},
{
"description": "HTTP bind host for optional Streamable HTTP mode. Defaults to 127.0.0.1.",
"name": "HOST"
},
{
"description": "HTTP port for optional Streamable HTTP mode.",
"name": "PORT"
},
{
"description": "Bearer token for optional Streamable HTTP mode. Required for non-loopback bind.",
"isSecret": true,
"name": "DEBUG_RECORDER_HTTP_TOKEN"
},
{
"description": "Comma-separated HTTP Host allowlist for optional Streamable HTTP mode.",
"name": "DEBUG_RECORDER_ALLOWED_HOSTS"
},
{
"description": "Comma-separated Origin allowlist for optional Streamable HTTP mode.",
"name": "DEBUG_RECORDER_ALLOWED_ORIGINS"
},
{
"description": "Maximum JSON body size for optional Streamable HTTP mode.",
"name": "DEBUG_RECORDER_MAX_BODY_BYTES"
},
{
"description": "Must be true to allow optional Streamable HTTP mode to bind outside loopback.",
"name": "DEBUG_RECORDER_REMOTE_HTTP"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-21T21:42:29.172236Z",
"publishedAt": "2026-07-21T21:42:29.172236Z",
"updatedAt": "2026-07-21T21:42:29.172236Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.1.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.