MCP Debug Recorder
Rank #12,332io.github.oaslananka/mcp-debug-recorder
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 #12,332 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Debug Recorder is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 8, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 103,259 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 mcp-debug-recorder -e "DEBUG_RECORDER_DB=<your DEBUG_RECORDER_DB>" -e "LOG_LEVEL=<your LOG_LEVEL>" -e "FUZZY_THRESHOLD=<your FUZZY_THRESHOLD>" -- npx -y mcp-debug-recorderReplace each placeholder with your own value before saving.
[mcp_servers.mcp-debug-recorder]
command = "npx"
args = ["-y", "mcp-debug-recorder"]
[mcp_servers.mcp-debug-recorder.env]
DEBUG_RECORDER_DB = "<your DEBUG_RECORDER_DB>"
LOG_LEVEL = "<your LOG_LEVEL>"
FUZZY_THRESHOLD = "<your FUZZY_THRESHOLD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-debug-recorder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<your DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<your LOG_LEVEL>",
"FUZZY_THRESHOLD": "<your FUZZY_THRESHOLD>"
}
}
}
}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%2Fmcp-debug-recorder)<a href="https://mcptoplist.com/server/io.github.oaslananka%2Fmcp-debug-recorder"><img src="https://mcptoplist.com/badge/io.github.oaslananka%2Fmcp-debug-recorder.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
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
- Draforge#12,430 · 3 vers
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 8, 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 Glama.
- How many versions does MCP Debug Recorder have?
- MCP Toplist tracks 1 version of MCP Debug Recorder, most recently published on Apr 8, 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/mcp-debug-recorder.