Vulnerability-intelligence MCP server for AI agents: CVE lookups (NVD) and dependency-manifest audits (OSV). Keyless.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"security-intel-mcp": {
"command": "npx",
"args": [
"-y",
"datakoot/security-intel-mcp"
]
}
}
}
Run in terminal:
claude mcp add security-intel-mcp npx -y datakoot/security-intel-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"security-intel-mcp": {
"command": "npx",
"args": [
"-y",
"datakoot/security-intel-mcp"
]
}
}
}