FailTrace for Windsurf
io.github.lbarimi/failtrace
Debugging experiments for coding agents: reproduce failures and verify fixes with test evidence.
client:Windsurf
transport:stdio
runtime:npm
Install FailTrace in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"failtrace": {
"command": "npx",
"args": [
"-y",
"failtrace"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs