Skip to content
Claude Desktop

SafeDep Vet MCP for Claude Desktop

io.github.safedep/vet-mcp

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

client:Claude Desktop transport:stdio runtime:oci

Install SafeDep Vet MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SafeDep Vet MCP in other clients