What is the GhostFree MCP server?
MCP server that scans your repo's dependencies for security vulnerabilities based on published CVEs.
How to install GhostFree
Copy-paste configuration for popular MCP clients.
GHOSTFREE_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_KEYsecretOptional NVD API key for higher rate limits when enriching CVE details. Free to request at https://nvd.nist.gov/developers/request-an-api-key.
{
"mcpServers": {
"ghostfree": {
"command": "npx",
"args": [
"-y",
"ghostfree",
"-y",
"--repo-path"
],
"env": {
"GHOSTFREE_DIR": "<YOUR_GHOSTFREE_DIR>",
"GHOSTFREE_MIN_SEVERITY": "<YOUR_GHOSTFREE_MIN_SEVERITY>",
"NVD_API_KEY": "<YOUR_NVD_API_KEY>"
}
}
}
}{
"mcpServers": {
"ghostfree": {
"command": "npx",
"args": [
"-y",
"ghostfree",
"-y",
"--repo-path"
],
"env": {
"GHOSTFREE_DIR": "<YOUR_GHOSTFREE_DIR>",
"GHOSTFREE_MIN_SEVERITY": "<YOUR_GHOSTFREE_MIN_SEVERITY>",
"NVD_API_KEY": "<YOUR_NVD_API_KEY>"
}
}
}
}{
"mcpServers": {
"ghostfree": {
"command": "npx",
"args": [
"-y",
"ghostfree",
"-y",
"--repo-path"
],
"env": {
"GHOSTFREE_DIR": "<YOUR_GHOSTFREE_DIR>",
"GHOSTFREE_MIN_SEVERITY": "<YOUR_GHOSTFREE_MIN_SEVERITY>",
"NVD_API_KEY": "<YOUR_NVD_API_KEY>"
}
}
}
}{
"servers": {
"ghostfree": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ghostfree",
"-y",
"--repo-path"
],
"env": {
"GHOSTFREE_DIR": "<YOUR_GHOSTFREE_DIR>",
"GHOSTFREE_MIN_SEVERITY": "<YOUR_GHOSTFREE_MIN_SEVERITY>",
"NVD_API_KEY": "<YOUR_NVD_API_KEY>"
}
}
}
}claude mcp add ghostfree --env GHOSTFREE_DIR=<YOUR_GHOSTFREE_DIR> --env GHOSTFREE_MIN_SEVERITY=<YOUR_GHOSTFREE_MIN_SEVERITY> --env NVD_API_KEY=<YOUR_NVD_API_KEY> -- npx -y ghostfree -y --repo-pathRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.