Skip to content
Zed

Uindow for Zed

io.github.uindow/uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

client:Zed transport:stdio runtime:npm

Install Uindow in Zed

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

{
  "context_servers": {
    "uindow": {
      "command": "npx",
      "args": [
        "-y",
        "@uindow/cli"
      ]
    }
  }
}

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

Uindow in other clients