Skip to content
Cursor

cvx for Cursor

io.github.hrtips/cvx

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

client:Cursor transport:stdio runtime:npm

Install cvx in Cursor

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

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

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

cvx in other clients