Skip to main content
TRW
Skip to content
TRWGrok — Client Guide

Set up TRW for Grok Build CLI

Use the Grok profile to add TRW project instructions and connect the client to the TRW MCP server.

Install the profile

trw-mcp init-project . --ide grok

This initializes TRW in the current project for Grok Build CLI. The profile writes its project instructions to AGENTS.md, enables TRW MCP instructions and skills, and uses the balanced capability tier. Run the command from the project root.

Verify the connection

  1. Open the project in Grok Build CLI and confirm it loads the project’s AGENTS.md.
  2. Confirm the TRW MCP server is available to the client.
  3. Start with trw_session_start() and check the returned session context.

Keep going

If you haven't installed yet, start with the quickstart. If you have, the lifecycle page explains what TRW actually does once it's running.