Trail for Windsurf
dev.usetrail/trail
Issue tracker and durable project memory for your coding agent, scoped to the folder you open.
client:Windsurf
transport:stdio
runtime:npm
Install Trail in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
],
"env": {
"TRAIL_API_URL": "<TRAIL_API_URL>",
"TRAIL_PROJECT": "<TRAIL_PROJECT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs