Back to Browse

Ghostfree MCP Server

Developer ToolsUse Caution1.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.

About

MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.

Security Report

1.8
Use Caution1.8Critical Risk

Valid MCP server (1 strong, 1 medium validity signals). 9 known CVEs in dependencies (1 critical, 5 high severity) Package registry verified. Imported from the Official MCP Registry.

9 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Override the directory where GhostFree stores its data files (accepted-risks.yml, config.yml). Defaults to .ghostfree/ in the scanned repository root.Optional

Environment variable: GHOSTFREE_DIR

Minimum CVE severity level to surface. One of: CRITICAL, HIGH, MEDIUM (default), LOW.Optional

Environment variable: GHOSTFREE_MIN_SEVERITY

Optional NVD API key for higher rate limits when enriching CVE details. Free to request at https://nvd.nist.gov/developers/request-an-api-key.Required

Environment variable: NVD_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-shane-js-ghostfree": {
      "env": {
        "NVD_API_KEY": "your-nvd-api-key-here",
        "GHOSTFREE_DIR": "your-ghostfree-dir-here",
        "GHOSTFREE_MIN_SEVERITY": "your-ghostfree-min-severity-here"
      },
      "args": [
        "-y",
        "ghostfree"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!