Vulnary-MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vulnary-MCPcheck if lodash 4.17.20 has any known vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 buildUsage
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 |
| Fetch raw CVE data from NVD by CVE ID |
| Query OSV.dev for known vulnerabilities in a specific package + version |
| Batch-check a list of |
License
MIT License. See LICENSE for details.
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceA 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.15MIT
- AlicenseAqualityCmaintenanceMCP server that provides tools to search, filter, and retrieve CVE data from the NVD API, including by ID, keyword, severity, and recency.4MIT
- Alicense-qualityCmaintenanceMCP server for checking packages against an AI-aware vulnerability database, including CVEs, slopsquatting, CISA KEV, and MCP-server trust profiles.Elastic 2.0
- AlicenseAqualityBmaintenanceA 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.6271MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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