Skip to content

Cline

Connect Cline to Trurlic so every tool call is informed by your architectural decisions.

  • Trurlic installed and .trurlic/ initialized in your project
  • Cline installed in VS Code

The fastest way:

Terminal window
trurlic install --ide cline

This writes to Cline’s cline_mcp_settings.json (platform-specific path under VS Code’s globalStorage).

Add to Cline’s MCP configuration (VS Code settings or cline_mcp_settings.json):

{
"mcpServers": {
"trurlic": {
"command": "trurlic",
"args": ["serve"]
}
}
}

Reload the Cline extension to pick up the configuration.

Add Trurlic instructions to your .clinerules or project instructions so Cline queries the decision graph before generating code. See MCP Server for the recommended instruction block.

  1. Open the project in VS Code with Cline and Trurlic configured.
  2. Ask Cline to implement a feature — it should query get_context and follow your recorded decisions.
  3. Check trurlic status for consistency.