Skip to content
Zed

GhostFree for Zed

io.github.shane-js/ghostfree

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

client:Zed transport:stdio runtime:npm

Install GhostFree in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

GhostFree in other clients