Skip to content
Zed

can see for Zed

io.github.hurleysk/can-see

Let AI agents see and interact with terminal/CLI apps via PNG screenshots

client:Zed transport:stdio runtime:npm

Install can see 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": {
    "can-see": {
      "command": "npx",
      "args": [
        "-y",
        "can-see"
      ],
      "env": {
        "DEFAULT_COLS": "<DEFAULT_COLS>",
        "DEFAULT_ROWS": "<DEFAULT_ROWS>",
        "IDLE_TIMEOUT_MS": "<IDLE_TIMEOUT_MS>"
      }
    }
  }
}

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

can see in other clients