HomeSecurity › SafeDep Vet MCP

SafeDep Vet MCP

Protect your AI agents and IDEs from malicious open-source packages.

Official Go Cloud macOSWindowsLinux
★ 1,106 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/safedep/vet:v1.19.1

Or add to your MCP client config:

{
  "mcpServers": {
    "vet": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/safedep/vet:v1.19.1"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry