Stashot for Gemini CLI
io.github.tammifull/stashot
Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.
client:Gemini CLI
transport:stdio
runtime:npm
Install Stashot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"stashot": {
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs