ridealong for Zed
io.github.williamblaismedia-create/ridealong
Watch your AI drive a real Chrome live, point, approve, or take the wheel from your phone.
client:Zed
transport:stdio
runtime:npm
Install ridealong in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ridealong": {
"command": "npx",
"args": [
"-y",
"ridealong-mcp"
],
"env": {
"RIDEALONG_DATA_DIR": "<RIDEALONG_DATA_DIR>",
"RIDEALONG_LIVE_PORT": "<RIDEALONG_LIVE_PORT>",
"RIDEALONG_VIDEO": "<RIDEALONG_VIDEO>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs