MCP Debug Recorder for Zed
io.github.oaslananka/mcp-debug-recorder
Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
client:Zed
transport:stdio
runtime:npm
Install MCP Debug Recorder in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-debug-recorder": {
"command": "npx",
"args": [
"-y",
"mcp-debug-recorder"
],
"env": {
"DEBUG_RECORDER_DB": "<DEBUG_RECORDER_DB>",
"LOG_LEVEL": "<LOG_LEVEL>",
"FUZZY_THRESHOLD": "<FUZZY_THRESHOLD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs