Skip to content
Zed

Nvd for Zed

io.github.pipeworx-io/nvd

NVD MCP — wraps the NIST National Vulnerability Database API.

client:Zed transport:streamable-http

Install Nvd in Zed

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

{
  "context_servers": {
    "nvd": {
      "url": "https://gateway.pipeworx.io/nvd/mcp"
    }
  }
}

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

Nvd in other clients