Scout for Zed
io.github.felixgeelhaar/scout
Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.
client:Zed
transport:stdio
runtime:oci
Install Scout in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scout": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/felixgeelhaar/scout:1.10.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs