
mcp-security-audit
by qianniuspace·★ 52·Score 42
MCP server for real-time npm security vulnerability scanning with detailed reports.
Overview
This MCP server integrates with npm registry to audit package dependencies for security vulnerabilities. It provides real-time scanning with detailed vulnerability reports including severity levels, CVE references, CVSS scores, and fix recommendations. The server supports multiple package managers (npm/pnpm/yarn) and categorizes vulnerabilities by criticality levels.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server for Node.js projects needing real-time security scanning without complex setup.
When NOT to choose this
Not ideal for projects requiring deep custom rules or non-JavaScript ecosystems as it's focused solely on npm packages.
Tools this server exposes
1 tool extracted from the READMEaudit_packageAudits npm package dependencies for security vulnerabilities
Note: Tool name inferred from the repository description and functionality, as the README doesn't explicitly list the MCP tool name but describes its security auditing capabilities
Comparable tools
Installation
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @qianniuspace/mcp-security-audit --client claudeManual Installation
- Add MCP configuration to Claude Desktop:
{
"mcpServers": {
"mcp-security-audit": {
"command": "npx",
"args": ["-y", "mcp-security-audit"]
}
}
}- Alternative: Clone and build manually:
git clone https://github.com/qianniuspace/mcp-security-audit.git
cd mcp-security-audit
npm install
npm run buildThen configure with the path to build/index.js
FAQ
- What package managers does this MCP server support?
- It supports npm, pnpm, and yarn package managers for security auditing.
- How are vulnerabilities categorized?
- Vulnerabilities are categorized by severity levels: critical, high, moderate, and low, along with CVSS scores for additional context.
Compare mcp-security-audit with
Last updated · Auto-generated from public README + GitHub signals.