← Back to Plugins
MCP Server MCP

lockvet

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/matteo-sung/lockvet:0.6.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/matteo-sung/lockvet:0.6.4",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "lockvet",
          "type": "positional"
        },
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "GitHub token — private repos and higher API rate limits for vet_url/queue",
          "isSecret": true,
          "name": "GITHUB_TOKEN"
        },
        {
          "description": "GitLab token (read_api) — private projects and self-hosted instances",
          "isSecret": true,
          "name": "GITLAB_TOKEN"
        },
        {
          "description": "Bitbucket Cloud access token or app password — private repos, workspace queue scans",
          "isSecret": true,
          "name": "BITBUCKET_TOKEN"
        },
        {
          "description": "Gitea/Forgejo/Codeberg token — private repos",
          "isSecret": true,
          "name": "GITEA_TOKEN"
        },
        {
          "description": "Azure DevOps PAT (Code: Read) — private projects",
          "isSecret": true,
          "name": "AZURE_DEVOPS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...