Skip to content
Zed

vdb for Zed

kr.ai.vdb/vdb

Check packages for CVEs, slopsquatting, and CISA KEV before your AI agent installs them.

client:Zed transport:stdio runtime:pypi

Install vdb in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "vdb": {
      "command": "uvx",
      "args": [
        "vdb-mcp"
      ],
      "env": {
        "VDB_API_URL": "<VDB_API_URL>",
        "VDB_API_TOKEN": "<VDB_API_TOKEN>"
      }
    }
  }
}

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

vdb in other clients