Cline
Connect Cline to Trurlic so every tool call is informed by your architectural decisions.
Prerequisites
Section titled “Prerequisites”- Trurlic installed and
.trurlic/initialized in your project - Cline installed in VS Code
The fastest way:
trurlic install --ide clineThis writes to Cline’s cline_mcp_settings.json (platform-specific path under VS Code’s globalStorage).
Manual setup
Section titled “Manual setup”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.
Agent instructions
Section titled “Agent instructions”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.
Verification
Section titled “Verification”- Open the project in VS Code with Cline and Trurlic configured.
- Ask Cline to implement a feature — it should query
get_contextand follow your recorded decisions. - Check
trurlic statusfor consistency.