Pic Gen for Zed
io.github.jqknono/pic-gen
Generate covers, Mermaid diagrams, cards, and terminal screenshots/images for AI workflows.
client:Zed
transport:stdio
runtime:npm
Install Pic Gen in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pic-gen": {
"command": "npx",
"args": [
"-y",
"pic-gen"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs