Trail for Zed
dev.usetrail/trail
Issue tracker and durable project memory for your coding agent, scoped to the folder you open.
client:Zed
transport:stdio
runtime:npm
Install Trail in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
],
"env": {
"TRAIL_API_URL": "<TRAIL_API_URL>",
"TRAIL_PROJECT": "<TRAIL_PROJECT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs