Windsurf
Connect Windsurf to Trurlic so Cascade follows your architectural decisions.
Prerequisites
Section titled “Prerequisites”- Trurlic installed and
.trurlic/initialized in your project - Windsurf installed
The fastest way:
trurlic install --ide windsurfThis writes to ~/.codeium/windsurf/mcp_config.json.
Manual setup
Section titled “Manual setup”Add to your MCP configuration:
{ "mcpServers": { "trurlic": { "command": "trurlic", "args": ["serve"] } }}Restart Windsurf to pick up the configuration.
Agent instructions
Section titled “Agent instructions”Add Trurlic instructions to your project’s rules file so Cascade queries the decision graph before generating code. See MCP Server for the recommended instruction block.
Verification
Section titled “Verification”- Open the project in Windsurf with Trurlic configured.
- Ask Cascade to implement a feature — it should query
get_contextand follow your recorded decisions. - Check
trurlic statusfor consistency.