Skip to content

Stealthy Auto Browse for Zed

io.github.psyb0t/stealthy-auto-browse

Self-hosted MCP server for stealth browser automation with human-like OS-level input.

client:Zed transport:stdio runtime:oci

Install Stealthy Auto Browse in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "stealthy-auto-browse": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/stealthy-auto-browse:v2.6.12"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Stealthy Auto Browse in other clients