Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Trail in other clients