A lightweight MCP server to scan dependencies for vulnerabilities in JavaScript/TypeScript and Python projects. Built for LLM agents — not a general CLI tool.
npm install -g mcp-scan-dependency{
"mcpServers": {
"dependency-scanner": {
"command": "mcp-scan-dependency"
}
}
}projectPathminSeveritysuggestAlternativesformat→summary | detailed | json
projectPath
Use this to verify MCP is working:
Scan dependencies in /your/project/path and show only high and critical vulnerabilities.
- Built on official
npm auditandpip-audit - Read-only scan (no file changes)
- Designed for MCP / LLM usage