Skip to content
Gemini CLI

Nvd for Gemini CLI

io.github.pipeworx-io/nvd

NVD MCP — wraps the NIST National Vulnerability Database API.

client:Gemini CLI transport:streamable-http

Install Nvd in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "nvd": {
      "httpUrl": "https://gateway.pipeworx.io/nvd/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Nvd in other clients