Skip to main content
Glama

Vulnary-MCP

An MCP (Model Context Protocol) server for open-source vulnerability intelligence - look up CVEs and check packages against known vulnerabilities, directly from an MCP-compatible AI assistant.

Combines OSV.dev (open-source package vulnerabilities) and NVD (CVE database) into a small set of MCP tools.

Features

  • 🔍 Look up a CVE by ID and get raw NVD data back

  • 📦 Check a specific package/version for known vulnerabilities via OSV.dev

  • 📋 Batch-check a list of dependencies in one call

  • 🧩 Works with any MCP-compatible client (Claude Desktop, Claude Code, LM Studio, etc.)

Related MCP server: nvd-cve-mcp-server

Installation

git clone https://github.com/Agam-S/Vulnary-MCP
cd Vulnary-MCP
npm install
npm run build

Usage

Add it to your MCP client's config, pointing at the built entry point:

{
  "mcpServers": {
    "vulnary": {
      "command": "node",
      "args": ["/absolute/path/to/Vulnary-MCP/dist/index.js"]
    }
  }
}

Restart the client and the tools below should appear.

Tools

Tool

Description

lookup_cve

Fetch raw CVE data from NVD by CVE ID

check_package

Query OSV.dev for known vulnerabilities in a specific package + version

scan_dependencies

Batch-check a list of { name, version } dependencies against OSV.dev

License

MIT License. See LICENSE for details.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server for querying the NIST National Vulnerability Database (NVD) API, enabling search and retrieval of CVE details, temporal context, and KEV catalog entries.
    15
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server that provides tools to search, filter, and retrieve CVE data from the NVD API, including by ID, keyword, severity, and recency.
    4
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for checking packages against an AI-aware vulnerability database, including CVEs, slopsquatting, CISA KEV, and MCP-server trust profiles.
    Elastic 2.0
  • A
    license
    A
    quality
    B
    maintenance
    A local MCP server that scans repository dependencies for known vulnerabilities (CVEs) using OSV.dev, enriches findings with NVD and CISA KEV data, and supports triage, remediation, and accepted risk management directly from an AI coding assistant.
    6
    27
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Query OSV.dev for package vulnerabilities and batch-audit dependency lists via MCP.

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

  • CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Agam-S/Vulnary-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server