lockvet for Grok
io.github.matteo-sung/lockvet
Explain any lockfile or workflow-pin change: bumps, vulns, ages, deprecations — 61 formats
client:Grok
transport:stdio
runtime:oci
Install lockvet in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs