Skip to content
Zed

SafeDep Vet MCP for Zed

io.github.safedep/vet-mcp

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

client:Zed transport:stdio runtime:oci

Install SafeDep Vet MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

SafeDep Vet MCP in other clients