GhostFree for Cline
io.github.shane-js/ghostfree
MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.
client:Cline
transport:stdio
runtime:npm
Install GhostFree in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ghostfree": {
"command": "npx",
"args": [
"-y",
"ghostfree"
],
"env": {
"GHOSTFREE_DIR": "<GHOSTFREE_DIR>",
"GHOSTFREE_MIN_SEVERITY": "<GHOSTFREE_MIN_SEVERITY>",
"NVD_API_KEY": "<NVD_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs