Vessel Browser for Zed
io.github.unmodeled-tyler/vessel-browser
AI-native browser runtime for autonomous agents with human-in-the-loop supervision
client:Zed
transport:stdio
runtime:npm
Install Vessel Browser in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vessel-browser": {
"command": "npx",
"args": [
"-y",
"@quanta-intellect/vessel-browser"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs