Skip to content
Cursor

SafeDep Vet MCP for Cursor

io.github.safedep/vet-mcp

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

client:Cursor transport:stdio runtime:oci

Install SafeDep Vet MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SafeDep Vet MCP in other clients