MCP Audit MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add mcp-audit -- npx -y @cheen/mcp-audit
README.md

Frontend security dependency auditing tool using the Model Context Protocol

Cheen - mcp-audit

项目描述

基于MCP Server协议的前端安全依赖审计工具

工具支持本地工程和远程仓库,包含CVSS、CWE、依赖链等关键审计信息。

审计结果为标准化 markdown 文件

现在是MVP版本

🚀 后续可能支持

  • monorepo工程如何处理
  • 适配不同的仓库
  • 适配不同的本地环境
  • 图形展示依赖关系 ……

审查结果示例:

`@cheen/project`审计结果

您所审计的工程总共有 2 个风险漏洞。

其中:

  • 严重漏洞:共计 0
  • 高危漏洞:共计 0
  • 中危漏洞:共计 2
  • 低危漏洞:共计 0

说明:

  • 严重漏洞被认为是极其严重的,应该立即修复。
  • 高危漏洞被认为是严重的,应该尽快修复。
  • 中危漏洞被认为是中等严重的,可以选择在时间允许时修复。
  • 低危漏洞被认为是轻微的,可以根据自行需要进行修复。

下面是漏洞的详细信息

中危漏洞

共计 2

`esbuild`

漏洞描述

  • esbuild enables any website to send any requests to the development server and read the response

依赖关系

  • @cheen/project / vitest / vite-node / vite / esbuild

  • @cheen/project / vitest / vite / esbuild

漏洞包所在目录

  • node_modules/esbuild

`vue-template-compiler`

漏洞描述

依赖关系

  • @cheen/project / vue-tsc / @vue/language-core / vue-template-compiler

漏洞包所在目录

  • node_modules/vue-template-compiler

Tools (1)

audit_projectPerforms a security audit on a specified project path to identify vulnerabilities in dependencies.

Configuration

claude_desktop_config.json
{"mcpServers": {"mcp-audit": {"command": "npx", "args": ["-y", "@cheen/mcp-audit"]}}}

Try it

Audit the project in the current directory for security vulnerabilities.
Run a dependency audit on my frontend project and generate a markdown report.
Check for high-risk vulnerabilities in my node_modules and explain the dependency chain for any found issues.

Frequently Asked Questions

What are the key features of MCP Audit?

Identifies security vulnerabilities in local and remote repositories. Provides detailed audit information including CVSS scores and CWE identifiers. Maps out dependency chains for vulnerable packages. Generates standardized markdown reports for audit results.

What can I use MCP Audit for?

Performing automated security checks on frontend projects during development. Generating vulnerability reports for compliance and security documentation. Investigating dependency chains to identify the source of vulnerable packages.

How do I install MCP Audit?

Install MCP Audit by running: npx -y @cheen/mcp-audit

What MCP clients work with MCP Audit?

MCP Audit works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep MCP Audit docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare