lockvet for Zed
io.github.matteo-sung/lockvet
Explain any lockfile or workflow-pin change: bumps, vulns, ages, deprecations — 61 formats
client:Zed
transport:stdio
runtime:oci
Install lockvet in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lockvet": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs