Skip to content
Grok

ridealong for Grok

io.github.williamblaismedia-create/ridealong

Watch your AI drive a real Chrome live, point, approve, or take the wheel from your phone.

client:Grok transport:stdio runtime:npm

Install ridealong in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ridealong": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ridealong-mcp"
      ],
      "env": {
        "RIDEALONG_DATA_DIR": "<RIDEALONG_DATA_DIR>",
        "RIDEALONG_LIVE_PORT": "<RIDEALONG_LIVE_PORT>",
        "RIDEALONG_VIDEO": "<RIDEALONG_VIDEO>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ridealong in other clients