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
{
"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