Stealth Agent Browser for Zed
io.github.ykshah1309/stealth-agent-browser-mcp
Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.
client:Zed
transport:stdio
runtime:npm
Install Stealth Agent Browser in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stealth-agent-browser-mcp": {
"command": "npx",
"args": [
"-y",
"stealth-agent-browser-mcp"
],
"env": {
"SAB_HEADLESS": "<SAB_HEADLESS>",
"SAB_STEALTH_LEVEL": "<SAB_STEALTH_LEVEL>",
"SAB_PROXY_SERVER": "<SAB_PROXY_SERVER>",
"SAB_PROXY_USERNAME": "<SAB_PROXY_USERNAME>",
"SAB_PROXY_PASSWORD": "<SAB_PROXY_PASSWORD>",
"SAB_USER_DATA_DIR": "<SAB_USER_DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs