FailTrace for Cursor
io.github.lbarimi/failtrace
Debugging experiments for coding agents: reproduce failures and verify fixes with test evidence.
client:Cursor
transport:stdio
runtime:npm
Install FailTrace in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"failtrace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"failtrace"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs