GhostFree for Claude Desktop
io.github.shane-js/ghostfree
MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.
client:Claude Desktop
transport:stdio
runtime:npm
Install GhostFree in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs