Skip to content
Cursor

ridealong for Cursor

io.github.williamblaismedia-create/ridealong

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

client:Cursor transport:stdio runtime:npm

Install ridealong in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ridealong in other clients