Skip to content
Cline

Trail for Cline

dev.usetrail/trail

Issue tracker and durable project memory for your coding agent, scoped to the folder you open.

client:Cline transport:stdio runtime:npm

Install Trail in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Trail in other clients