package guard mcp for Grok
io.github.mlawsonking/package-guard-mcp
Supply-chain guard for AI coding agents: verify packages, check vulns/malware, detect typosquats.
client:Grok
transport:stdio
runtime:npm
Install package guard mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"package-guard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"package-guard-mcp"
]
}
}
}
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