GhostFree
MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.
{
"mcpServers": {
"ghostfree": {
"command": "npx",
"args": [
"-y",
"ghostfree"
],
"env": {
"GHOSTFREE_DIR": "<ghostfree_dir>",
"GHOSTFREE_MIN_SEVERITY": "MEDIUM",
"NVD_API_KEY": "<your-nvd_api_key>"
}
}
}
}{
"mcpServers": {
"ghostfree": {
"command": "npx",
"args": [
"-y",
"ghostfree"
],
"env": {
"GHOSTFREE_DIR": "<ghostfree_dir>",
"GHOSTFREE_MIN_SEVERITY": "MEDIUM",
"NVD_API_KEY": "<your-nvd_api_key>"
}
}
}
}npx -y ghostfreeGHOSTFREE_DIROverride the directory where GhostFree stores its data files (accepted-risks.yml, config.yml). Defaults to .ghostfree/ in the scanned repository root.
GHOSTFREE_MIN_SEVERITYMinimum CVE severity level to surface. One of: CRITICAL, HIGH, MEDIUM (default), LOW.
NVD_API_KEYOptional NVD API key for higher rate limits when enriching CVE details. Free to request at https://nvd.nist.gov/developers/request-an-api-key.
Security tools for AI agents: scan MCP servers, validate HDP delegation chains, audit releases.
Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…
Zenable cleans up sloppy AI code and prevents vulnerabilities with deterministic guardrails