Odel
SafeDep Vet MCP

SafeDep Vet MCP

Local
@safedep1.1kGoApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/safedep/vet:v1.19.0

Run

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

MCP client config

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