everything vs mcp-security-audit
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | mcp-security-audit by qianniuspace | |
|---|---|---|
| Stars | ★ 85,748 | ★ 52 |
| 30天用量 | — | — |
| 综合分 | 77 | 42 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | 安全开发者工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 10 个月前 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
mcp-security-audit · 概述
一个实时扫描npm包安全漏洞的MCP服务器,提供详细报告。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
mcp-security-audit · 使用场景
- 在CI/CD管道中审计npm依赖的安全漏洞
- 在向项目添加新包时获取实时安全警报
- 生成需要漏洞扫描的安全标准合规报告
everything · 安装
NPX(推荐)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}Windows 用户请使用 cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}全局安装
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingmcp-security-audit · 安装
安装
通过Smithery安装(推荐)
npx -y @smithery/cli install @qianniuspace/mcp-security-audit --client claude手动安装
- 将MCP配置添加到Claude Desktop:
{
"mcpServers": {
"mcp-security-audit": {
"command": "npx",
"args": ["-y", "mcp-security-audit"]
}
}
}- 替代方法:克隆并手动构建:
git clone https://github.com/qianniuspace/mcp-security-audit.git
cd mcp-security-audit
npm install
npm run build然后配置到build/index.js的路径