Skip to main content
Glama
RobinBreugelmans-S

CVE Checker for Node Modules

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

  1. Install dependencies:

npm install
  1. Build the project:

npm run build
  1. Run the MCP server:

node build/index.js

Usage

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.

Install Server
A
security – no known vulnerabilities
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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