Ridealong

Ridealong

Local
@williamblaismedia-createTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmridealong-mcpv0.1.0

Run

npx -y ridealong-mcp

MCP client config

{
  "mcpServers": {
    "ridealong": {
      "command": "npx",
      "args": [
        "-y",
        "ridealong-mcp"
      ]
    }
  }
}