Skip to content
VS Code

vecline for VS Code

io.github.shunyagatha/vecline

Local-first image, vector and document toolkit that measures its own output. Nothing uploaded.

client:VS Code transport:stdio runtime:npm

Install vecline in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "vecline-soffice",
      "description": "VECLINE_SOFFICE",
      "password": true
    }
  ],
  "servers": {
    "vecline": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vecline"
      ],
      "env": {
        "VECLINE_SOFFICE": "${input:vecline-soffice}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

vecline in other clients