Serversio.github.oaslananka/mcp-debug-recorder
R

MCP Debug Recorder

io.github.oaslananka/mcp-debug-recorder · v1.0.1
▦ npm
v1.0.1npm npm: mcp-debug-recorder↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.oaslananka/mcp-debug-recorder",
  "description": "Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.",
  "title": "MCP Debug Recorder",
  "repository": {
    "url": "https://github.com/oaslananka/mcp-debug-recorder",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-debug-recorder",
      "version": "1.0.1",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}