imgcli for Zed
io.github.swperb/imgcli
Convert, resize, crop, filter & composite images via the imgcli CLI (lightweight, no deps)
client:Zed
transport:stdio
runtime:npm
Install imgcli in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"imgcli": {
"command": "npx",
"args": [
"-y",
"imgcli-mcp"
],
"env": {
"IMGCLI_BIN": "<IMGCLI_BIN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs