Back to MCP Servers
Vet
vet-mcp checks open source packages—like those suggested by AI coding tools—for vulnerabilities and malicious code. It supports npm and PyPI, and runs locally via Docker or as a standalone binary for fast, automated vetting.
securitydockerai
By safedep
Installation
npx -y vetConfiguration
{
"mcpServers": {
"vet": {
"command": "npx",
"args": ["-y", "vet"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes