drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/MCP Debug Recorder
M

MCP Debug Recorder

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

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
npx -y debug-recorder-mcp
Clients
Claude, Cursor, VS Code, Codex
Transport
STDIO
Auth
Not captured
Capabilities
0 tools, 0 resources, 0 prompts
Related
KiCad MCP Pro, easyeda-mcp-pro, MCP Health Monitor

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like MCP Debug Recorder.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
STDIO
Command
npx -y debug-recorder-mcp
Environment
{ "DEBUG_RECORDER_DB": "YOUR_VALUE_HERE", "LOG_LEVEL": "YOUR_VALUE_HERE", "FUZZY_THRESHOLD": "YOUR_VALUE_HERE", "DEBUG_RECORDER_REDACT_BEFORE_STORE": "YOUR_VALUE_HERE", "HOST": "YOUR_VALUE_HERE", "PORT": "YOUR_VALUE_HERE", "DEBUG_RECORDER_HTTP_TOKEN": "YOUR_SECRET_VALUE", "DEBUG_RECORDER_ALLOWED_HOSTS": "YOUR_VALUE_HERE", "DEBUG_RECORDER_ALLOWED_ORIGINS": "YOUR_VALUE_HERE", "DEBUG_RECORDER_MAX_BODY_BYTES": "YOUR_VALUE_HERE", "DEBUG_RECORDER_REMOTE_HTTP": "YOUR_VALUE_HERE" }

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "io-github-oaslananka-debug-recorder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "debug-recorder-mcp"
      ],
      "env": {
        "DEBUG_RECORDER_DB": "YOUR_VALUE_HERE",
        "LOG_LEVEL": "YOUR_VALUE_HERE",
        "FUZZY_THRESHOLD": "YOUR_VALUE_HERE",
        "DEBUG_RECORDER_REDACT_BEFORE_STORE": "YOUR_VALUE_HERE",
        "HOST": "YOUR_VALUE_HERE",
        "PORT": "YOUR_VALUE_HERE",
        "DEBUG_RECORDER_HTTP_TOKEN": "YOUR_SECRET_VALUE",
        "DEBUG_RECORDER_ALLOWED_HOSTS": "YOUR_VALUE_HERE",
        "DEBUG_RECORDER_ALLOWED_ORIGINS": "YOUR_VALUE_HERE",
        "DEBUG_RECORDER_MAX_BODY_BYTES": "YOUR_VALUE_HERE",
        "DEBUG_RECORDER_REMOTE_HTTP": "YOUR_VALUE_HERE"
      }
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is MCP Debug Recorder?+

MCP Debug Recorder is an MCP server for Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.. It supports STDIO transport.

How do I install MCP Debug Recorder?+

Use the generated config in Install. This server runs with npx -y debug-recorder-mcp; add any required environment variables before starting your client.

How do I add MCP Debug Recorder to Claude Desktop?+

Choose the Claude Desktop tab in Install and copy the config for npx -y debug-recorder-mcp. Add required environment variables before starting Claude Desktop.

How do I add MCP Debug Recorder to Claude Code?+

Choose the Claude Code tab in Install and copy the config for npx -y debug-recorder-mcp. Add required environment variables before starting Claude Code.

How do I use MCP Debug Recorder with Codex?+

Choose the Codex tab in Install and copy the config for npx -y debug-recorder-mcp. Add required environment variables before starting Codex.

How do I add MCP Debug Recorder to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install and copy the config for npx -y debug-recorder-mcp. Add required environment variables before starting Cursor or VS Code.

What endpoint and transport does MCP Debug Recorder use?+

MCP Debug Recorder uses STDIO transport. Use the package or command config in Install.

What tools and resources does MCP Debug Recorder expose?+

MCP Debug Recorder inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does MCP Debug Recorder require authentication?+

MCP Debug Recorder does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.

Related MCPs

KiCad MCP ProProduction-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.easyeda-mcp-proMCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.MCP Health MonitorMonitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnosticsinfra-lens-mcpSSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.ssh-mcp-proSecure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.SSH MCP ToolSecure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.

Profile notes

  • Package: Npm debug-recorder-mcp v1.1.3
  • Environment variable: DEBUG_RECORDER_DB
  • Environment variable: LOG_LEVEL
  • Environment variable: FUZZY_THRESHOLD
  • Environment variable: DEBUG_RECORDER_REDACT_BEFORE_STORE
  • Environment variable: HOST
  • Environment variable: PORT
  • Environment variable: DEBUG_RECORDER_HTTP_TOKEN (secret)
  • Environment variable: DEBUG_RECORDER_ALLOWED_HOSTS
  • Environment variable: DEBUG_RECORDER_ALLOWED_ORIGINS
  • Environment variable: DEBUG_RECORDER_MAX_BODY_BYTES
  • Environment variable: DEBUG_RECORDER_REMOTE_HTTP

Packages

PackageRegistryVersionInputs
debug-recorder-mcp

stdio

npm1.1.3

Env: DEBUG_RECORDER_DB

Env: LOG_LEVEL

Env: FUZZY_THRESHOLD

Env: DEBUG_RECORDER_REDACT_BEFORE_STORE

Env: HOST

Env: PORT

Env: DEBUG_RECORDER_HTTP_TOKEN secret

Env: DEBUG_RECORDER_ALLOWED_HOSTS

Env: DEBUG_RECORDER_ALLOWED_ORIGINS

Env: DEBUG_RECORDER_MAX_BODY_BYTES

Env: DEBUG_RECORDER_REMOTE_HTTP

Details

Version
1.1.3
Repository
https://github.com/oaslananka/debug-recorder-mcp
Updated
Jul 21, 2026