Scout for Windsurf
io.github.felixgeelhaar/scout
Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.
client:Windsurf
transport:stdio
runtime:oci
Install Scout in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"scout": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/felixgeelhaar/scout:1.10.0"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs