Skip to content

OpenClaw

Connect OpenClaw to Trurlic so code generation follows your architectural decisions.

  • Trurlic installed and .trurlic/ initialized in your project
  • OpenClaw with MCPorter configured

The fastest way:

Terminal window
trurlic install --ide openclaw

This writes to ~/.openclaw/workspace/config/mcporter.json.

Add to your MCPorter configuration:

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

Add Trurlic instructions to your project’s agent rules so OpenClaw queries the decision graph before generating code. See MCP Server for the recommended instruction block.

  1. Start an OpenClaw session in the project directory.
  2. Ask the agent to implement a feature — it should query get_context and follow your recorded decisions.
  3. Check trurlic status for consistency.