Skip to content
Zed

uisight for Zed

io.github.yusufcemres/uisight

Your AI sees the screen but can't measure it — measured web UI findings, shared live sessions

client:Zed transport:stdio runtime:npm

Install uisight in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "uisight": {
      "command": "npx",
      "args": [
        "-y",
        "uisight"
      ],
      "env": {
        "UISIGHT_URL": "<UISIGHT_URL>",
        "UISIGHT_PORT": "<UISIGHT_PORT>",
        "UISIGHT_LANG": "<UISIGHT_LANG>"
      }
    }
  }
}

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

uisight in other clients