Serversio.github.safedep/vet-mcp
M

SafeDep Vet MCP

io.github.safedep/vet-mcp · v1.17.1
▦ docker
v1.17.1docker oci: ghcr.io/safedep/vet:v1.17.1↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.safedep/vet-mcp",
  "description": "Protect your AI agents and IDEs from malicious open-source packages.",
  "title": "SafeDep Vet MCP",
  "repository": {
    "url": "https://github.com/safedep/vet",
    "source": "github"
  },
  "version": "1.17.1",
  "websiteUrl": "https://safedep.io",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/safedep/.github/9275c7d1b59f718d73e47cecd93df92e7bfbea25/assets/logo/safedep-logo-darkshade.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "48x48",
        "96x96"
      ],
      "theme": "light"
    },
    {
      "src": "https://raw.githubusercontent.com/safedep/.github/9275c7d1b59f718d73e47cecd93df92e7bfbea25/assets/logo/safedep-logo.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "48x48",
        "96x96"
      ],
      "theme": "dark"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/safedep/vet:v1.17.1",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}