Iris for Zed
io.github.sylphxai/iris
Iris — image facts with pixel-level proof. OCR runs only when requested.
client:Zed
transport:stdio
runtime:npm
Install Iris in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"iris": {
"command": "npx",
"args": [
"-y",
"@sylphx/iris"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs