Skip to content
Zed

crumbtrail for Zed

io.github.crumbtraildev/crumbtrail

Recorded browser sessions, backend spans, and database row diffs as one ranked fix bundle.

client:Zed transport:stdio runtime:npm

Install crumbtrail in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "crumbtrail": {
      "command": "npx",
      "args": [
        "-y",
        "crumbtrail-node"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

crumbtrail in other clients