CVE Checker for Node Modules
Provides tools for checking npm packages for known security vulnerabilities and CVEs before installation using the OSV API
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., "@CVE Checker for Node Modulescheck express 4.17.1 for 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.
MCP Server with CVE Checker for Node Modules
This Model Context Protocol (MCP) server provides tools for checking Common Vulnerabilities and Exposures (CVEs) in npm packages before installation, along with weather information tools.
Features
CVE Checking Tools
check_package_cves: Check a single npm package for known vulnerabilities
check_packages_bulk_cves: Check multiple npm packages at once before installation
CVE Checking
The server uses the OSV (Open Source Vulnerabilities) API to check npm packages for known security vulnerabilities. This helps you make informed decisions before installing packages.
Usage Examples
Check a single package:
{
"tool": "check_package_cves",
"arguments": {
"packageName": "express",
"version": "4.17.1"
}
}Check multiple packages at once:
{
"tool": "check_packages_bulk_cves",
"arguments": {
"packages": [
{ "name": "express", "version": "4.17.1" },
{ "name": "lodash", "version": "4.17.20" },
{ "name": "axios" }
]
}
}Building and Running
Install dependencies:
npm installBuild the project:
npm run buildRun the MCP server:
node build/index.jsUsage
Add to .vscode/mcp.json to configure the MCP server in your development environment.
{
"servers": {
"cve-checker-mcp": {
"type": "stdio",
"command": "node",
"args": ["./build/index.js"]
}
},
"inputs": []
}Integration
This MCP server can be integrated with any MCP-compatible client to provide CVE checking capabilities before installing npm packages.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
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/RobinBreugelmans-S/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server