MCP Debug Recorder
Rank #15,956io.github.oaslananka/debug-recorder-mcp
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
MCP Debug Recorder is a Model Context Protocol (MCP) server published by oaslananka. It ranks #15,956 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Debug Recorder is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on May 26, 2026 and most recently updated on Jul 6, 2026.
Ranks ahead of 99,635 of 115,591 servers on MCP Toplist.
Use MCP Debug Recorder
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add debug-recorder-mcp -e "DEBUG_RECORDER_DB=<your DEBUG_RECORDER_DB>" -e "LOG_LEVEL=<your LOG_LEVEL>" -e "FUZZY_THRESHOLD=<your FUZZY_THRESHOLD>" -e "DEBUG_RECORDER_REDACT_BEFORE_STORE=<your DEBUG_RECORDER_REDACT_BEFORE_STORE>" -e "HOST=<your HOST>" -e "PORT=<your PORT>" -e "DEBUG_RECORDER_HTTP_TOKEN=<your DEBUG_RECORDER_HTTP_TOKEN>" -e "DEBUG_RECORDER_ALLOWED_HOSTS=<your DEBUG_RECORDER_ALLOWED_HOSTS>" -e "DEBUG_RECORDER_ALLOWED_ORIGINS=<your DEBUG_RECORDER_ALLOWED_ORIGINS>" -e "DEBUG_RECORDER_MAX_BODY_BYTES=<your DEBUG_RECORDER_MAX_BODY_BYTES>" -e "DEBUG_RECORDER_REMOTE_HTTP=<your DEBUG_RECORDER_REMOTE_HTTP>" -- npx -y debug-recorder-mcpReplace each placeholder with your own value before saving.
[mcp_servers.debug-recorder-mcp]
command = "npx"
args = ["-y", "debug-recorder-mcp"]
[mcp_servers.debug-recorder-mcp.env]
DEBUG_RECORDER_DB = "<your DEBUG_RECORDER_DB>"
LOG_LEVEL = "<your LOG_LEVEL>"
FUZZY_THRESHOLD = "<your FUZZY_THRESHOLD>"
DEBUG_RECORDER_REDACT_BEFORE_STORE = "<your DEBUG_RECORDER_REDACT_BEFORE_STORE>"
HOST = "<your HOST>"
PORT = "<your PORT>"
DEBUG_RECORDER_HTTP_TOKEN = "<your DEBUG_RECORDER_HTTP_TOKEN>"
DEBUG_RECORDER_ALLOWED_HOSTS = "<your DEBUG_RECORDER_ALLOWED_HOSTS>"
DEBUG_RECORDER_ALLOWED_ORIGINS = "<your DEBUG_RECORDER_ALLOWED_ORIGINS>"
DEBUG_RECORDER_MAX_BODY_BYTES = "<your DEBUG_RECORDER_MAX_BODY_BYTES>"
DEBUG_RECORDER_REMOTE_HTTP = "<your DEBUG_RECORDER_REMOTE_HTTP>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debug-recorder-mcp": {
"command": "npx",
"args": [
"-y",
"debug-recorder-mcp"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>",
"DEBUG_RECORDER_REDACT_BEFORE_STORE": "<your DEBUG_RECORDER_REDACT_BEFORE_STORE>",
"HOST": "<your HOST>",
"PORT": "<your PORT>",
"DEBUG_RECORDER_HTTP_TOKEN": "<your DEBUG_RECORDER_HTTP_TOKEN>",
"DEBUG_RECORDER_ALLOWED_HOSTS": "<your DEBUG_RECORDER_ALLOWED_HOSTS>",
"DEBUG_RECORDER_ALLOWED_ORIGINS": "<your DEBUG_RECORDER_ALLOWED_ORIGINS>",
"DEBUG_RECORDER_MAX_BODY_BYTES": "<your DEBUG_RECORDER_MAX_BODY_BYTES>",
"DEBUG_RECORDER_REMOTE_HTTP": "<your DEBUG_RECORDER_REMOTE_HTTP>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debug-recorder-mcp": {
"command": "npx",
"args": [
"-y",
"debug-recorder-mcp"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>",
"DEBUG_RECORDER_REDACT_BEFORE_STORE": "<your DEBUG_RECORDER_REDACT_BEFORE_STORE>",
"HOST": "<your HOST>",
"PORT": "<your PORT>",
"DEBUG_RECORDER_HTTP_TOKEN": "<your DEBUG_RECORDER_HTTP_TOKEN>",
"DEBUG_RECORDER_ALLOWED_HOSTS": "<your DEBUG_RECORDER_ALLOWED_HOSTS>",
"DEBUG_RECORDER_ALLOWED_ORIGINS": "<your DEBUG_RECORDER_ALLOWED_ORIGINS>",
"DEBUG_RECORDER_MAX_BODY_BYTES": "<your DEBUG_RECORDER_MAX_BODY_BYTES>",
"DEBUG_RECORDER_REMOTE_HTTP": "<your DEBUG_RECORDER_REMOTE_HTTP>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"debug-recorder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"debug-recorder-mcp"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>",
"DEBUG_RECORDER_REDACT_BEFORE_STORE": "<your DEBUG_RECORDER_REDACT_BEFORE_STORE>",
"HOST": "<your HOST>",
"PORT": "<your PORT>",
"DEBUG_RECORDER_HTTP_TOKEN": "<your DEBUG_RECORDER_HTTP_TOKEN>",
"DEBUG_RECORDER_ALLOWED_HOSTS": "<your DEBUG_RECORDER_ALLOWED_HOSTS>",
"DEBUG_RECORDER_ALLOWED_ORIGINS": "<your DEBUG_RECORDER_ALLOWED_ORIGINS>",
"DEBUG_RECORDER_MAX_BODY_BYTES": "<your DEBUG_RECORDER_MAX_BODY_BYTES>",
"DEBUG_RECORDER_REMOTE_HTTP": "<your DEBUG_RECORDER_REMOTE_HTTP>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debug-recorder-mcp": {
"command": "npx",
"args": [
"-y",
"debug-recorder-mcp"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>",
"DEBUG_RECORDER_REDACT_BEFORE_STORE": "<your DEBUG_RECORDER_REDACT_BEFORE_STORE>",
"HOST": "<your HOST>",
"PORT": "<your PORT>",
"DEBUG_RECORDER_HTTP_TOKEN": "<your DEBUG_RECORDER_HTTP_TOKEN>",
"DEBUG_RECORDER_ALLOWED_HOSTS": "<your DEBUG_RECORDER_ALLOWED_HOSTS>",
"DEBUG_RECORDER_ALLOWED_ORIGINS": "<your DEBUG_RECORDER_ALLOWED_ORIGINS>",
"DEBUG_RECORDER_MAX_BODY_BYTES": "<your DEBUG_RECORDER_MAX_BODY_BYTES>",
"DEBUG_RECORDER_REMOTE_HTTP": "<your DEBUG_RECORDER_REMOTE_HTTP>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"debug-recorder-mcp": {
"command": "npx",
"args": [
"-y",
"debug-recorder-mcp"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>",
"DEBUG_RECORDER_REDACT_BEFORE_STORE": "<your DEBUG_RECORDER_REDACT_BEFORE_STORE>",
"HOST": "<your HOST>",
"PORT": "<your PORT>",
"DEBUG_RECORDER_HTTP_TOKEN": "<your DEBUG_RECORDER_HTTP_TOKEN>",
"DEBUG_RECORDER_ALLOWED_HOSTS": "<your DEBUG_RECORDER_ALLOWED_HOSTS>",
"DEBUG_RECORDER_ALLOWED_ORIGINS": "<your DEBUG_RECORDER_ALLOWED_ORIGINS>",
"DEBUG_RECORDER_MAX_BODY_BYTES": "<your DEBUG_RECORDER_MAX_BODY_BYTES>",
"DEBUG_RECORDER_REMOTE_HTTP": "<your DEBUG_RECORDER_REMOTE_HTTP>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.oaslananka%2Fdebug-recorder-mcp)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fdebug-recorder-mcp"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fdebug-recorder-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
oaslananka
Other servers by oaslananka
- KiCad MCP Pro#432 · 19 vers
- easyeda-mcp-pro#1,325 · 9 vers
- Boardreadyops#2,714 · 6 vers
- SSH MCP Tool#2,751 · 7 vers
- Kicad Studio Kit#2,938 · 5 vers
- A2amesh#4,560 · 5 vers
- Fovux Kit#6,326 · 7 vers
- MCP Health Monitor#9,981 · 3 vers
- Toon Tools Vsx#10,241 · 5 vers
- MCP Infra Lens#10,301 · 2 vers
- notebooklm-mcp-pro#11,605
- MCP Debug Recorder#12,332 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Jul 6, 2026 |
Frequently asked questions
- Who maintains MCP Debug Recorder?
- MCP Debug Recorder is maintained by oaslananka, which publishes 22 MCP servers (80 total versions) tracked on MCP Toplist.
- Is MCP Debug Recorder listed on the Official MCP Registry?
- Yes — MCP Debug Recorder is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Debug Recorder have?
- MCP Toplist tracks 1 version of MCP Debug Recorder, most recently published on Jul 6, 2026.
- Where can I find the source code for MCP Debug Recorder?
- The source code for MCP Debug Recorder is hosted at github.com/oaslananka/debug-recorder-mcp.