vectorise for Zed
io.github.jonathanweerakkody/vectorise
Vectorize images to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP via Vectorise.Me.
client:Zed
transport:stdio
runtime:npm
Install vectorise in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vectorise": {
"command": "npx",
"args": [
"-y",
"vectorizer-mcp"
],
"env": {
"VECTORISE_API_KEY": "<VECTORISE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs