Skip to content
Cursor

lockvet for Cursor

io.github.matteo-sung/lockvet

Explain any lockfile or workflow-pin change: bumps, vulns, ages, deprecations — 61 formats

client:Cursor transport:stdio runtime:oci

Install lockvet 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": {
    "lockvet": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/matteo-sung/lockvet:0.6.20"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "GITLAB_TOKEN": "<GITLAB_TOKEN>",
        "BITBUCKET_TOKEN": "<BITBUCKET_TOKEN>",
        "GITEA_TOKEN": "<GITEA_TOKEN>",
        "AZURE_DEVOPS_TOKEN": "<AZURE_DEVOPS_TOKEN>"
      }
    }
  }
}

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

lockvet in other clients