BRYG for Zed
io.github.flexiblepackage/bryg
Drives a real Chromium browser: navigate, click, type, read pages, OCR, QR, network capture
client:Zed
transport:stdio
runtime:npm
Install BRYG in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bryg": {
"command": "npx",
"args": [
"-y",
"bryg-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs