FailTrace for Zed
io.github.lbarimi/failtrace
Debugging experiments for coding agents: reproduce failures and verify fixes with test evidence.
client:Zed
transport:stdio
runtime:npm
Install FailTrace in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"failtrace": {
"command": "npx",
"args": [
"-y",
"failtrace"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs