Skip to content
Cursor

vecline for Cursor

io.github.shunyagatha/vecline

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

client:Cursor transport:stdio runtime:npm

Install vecline in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "vecline": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vecline"
      ],
      "env": {
        "VECLINE_SOFFICE": "<VECLINE_SOFFICE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vecline in other clients