Skip to content
VS Code

cvx for VS Code

io.github.hrtips/cvx

Create, validate, and render CV PDFs from plain YAML — fully local, no accounts.

client:VS Code transport:stdio runtime:npm

Install cvx in VS Code

.vscode/mcp.json

{
  "servers": {
    "cvx": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hrtips/cvx"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cvx in other clients