MCP.so
Sign In

Debug Recorder

@oaslananka

About Debug Recorder

TypeScript MCP server for structured debug session capture, reproducible diagnostics, event recording, and developer workflow observability.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "debug-recorder-mcp": {
      "command": "npx",
      "args": [
        "debug-recorder-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Debug Recorder?

TypeScript MCP server for structured debug session capture, reproducible diagnostics, event recording, and developer workflow observability.

How to use Debug Recorder?

The README includes setup instructions such as npx debug-recorder-mcp.

Key features of Debug Recorder

  • Local-first storage: no external database or hosted service required
  • MCP-native tools: stdio server for desktop MCP clients plus optional Streamable HTTP mode
  • Reusable search presets: save common filters and limits for recurring incident patterns
  • GET /health
  • GET /version

Use cases of Debug Recorder

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Debug Recorder

Where is the source code for Debug Recorder?

The source code is linked from the repository URL on this page.

Does Debug Recorder include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Debug Recorder?

The source code is linked from the repository URL on this page.

Does Debug Recorder include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers