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
{
"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