Skip to content
Cursor

GhostFree for Cursor

io.github.shane-js/ghostfree

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

client:Cursor transport:stdio runtime:npm

Install GhostFree in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ghostfree": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ghostfree"
      ],
      "env": {
        "GHOSTFREE_DIR": "<GHOSTFREE_DIR>",
        "GHOSTFREE_MIN_SEVERITY": "<GHOSTFREE_MIN_SEVERITY>",
        "NVD_API_KEY": "<NVD_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GhostFree in other clients