Odel
FailTrace

FailTrace

Local
@lbarimiTypeScriptMITUpdated Today

Debugging experiments for coding agents: reproduce failures and verify fixes with test evidence.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfailtracev1.5.0

Run

npx -y failtrace

MCP client config

{
  "mcpServers": {
    "failtrace": {
      "command": "npx",
      "args": [
        "-y",
        "failtrace"
      ]
    }
  }
}