crawlio browser for Zed
app.crawlio/crawlio-browser
Bridge a live Chrome browser to your agent: 150 tools for capture, extraction, and observation.
client:Zed
transport:stdio
runtime:npm
Install crawlio browser in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crawlio-browser": {
"command": "npx",
"args": [
"-y",
"crawlio-browser"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs