Skip to content
Windsurf

GhostFree for Windsurf

io.github.shane-js/ghostfree

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

client:Windsurf transport:stdio runtime:npm

Install GhostFree in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

GhostFree in other clients