Skip to content

Windsurf

Connect Windsurf to Trurlic so Cascade follows your architectural decisions.

  • Trurlic installed and .trurlic/ initialized in your project
  • Windsurf installed

The fastest way:

Terminal window
trurlic install --ide windsurf

This writes to ~/.codeium/windsurf/mcp_config.json.

Add to your MCP configuration:

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

Restart Windsurf to pick up the configuration.

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.

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