Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

vectorise in other clients