Stashot for Zed
io.github.tammifull/stashot
Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.
client:Zed
transport:stdio
runtime:npm
Install Stashot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stashot": {
"command": "npx",
"args": [
"-y",
"stashot-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs