← Back to Plugins
MCP Server MCP

SafeDep Vet MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/safedep/vet:v1.18.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/safedep/vet:v1.18.2",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "type": "named",
          "name": "--rm"
        },
        {
          "type": "named",
          "name": "-i"
        }
      ],
      "packageArguments": [
        {
          "value": "-s",
          "type": "positional"
        },
        {
          "value": "/tmp/vet-mcp.log",
          "type": "named",
          "name": "-l"
        },
        {
          "value": "server",
          "type": "positional"
        },
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...