can see for Gemini CLI
io.github.hurleysk/can-see
Let AI agents see and interact with terminal/CLI apps via PNG screenshots
client:Gemini CLI
transport:stdio
runtime:npm
Install can see in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"can-see": {
"command": "npx",
"args": [
"-y",
"can-see"
],
"env": {
"DEFAULT_COLS": "<DEFAULT_COLS>",
"DEFAULT_ROWS": "<DEFAULT_ROWS>",
"IDLE_TIMEOUT_MS": "<IDLE_TIMEOUT_MS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs