MCP Catalogs
首页

sequentialthinking vs mcp-security-audit

并排对比,帮你在这两个 MCP server 之间做选择。

sequentialthinking
by modelcontextprotocol
mcp-security-audit
by qianniuspace
Stars★ 85,748★ 52
30天用量
综合分7542
官方
分类
AI / LLM 工具开发者工具效率工具
安全开发者工具
实现语言TypeScriptTypeScript
最近提交本月10 个月前

sequentialthinking · 概述

Sequential Thinking MCP 服务器通过逐步推理支持动态问题解决。

mcp-security-audit · 概述

一个实时扫描npm包安全漏洞的MCP服务器,提供详细报告。

sequentialthinking · 使用场景

  • 规划复杂系统迁移并进行风险评估
  • 需要逐步分析的调试生产环境问题
  • 比较具有条件分支的架构选项

mcp-security-audit · 使用场景

  • 在CI/CD管道中审计npm依赖的安全漏洞
  • 在向项目添加新包时获取实时安全警报
  • 生成需要漏洞扫描的安全标准合规报告

sequentialthinking · 安装

安装

**Claude Desktop**: 添加到您的 claude_desktop_config.json 文件中:

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

**VS Code**: 使用安装按钮或手动配置:

{
  "servers": {
    "sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

**Docker**:

{
  "mcpServers": {
    "sequentialthinking": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "mcp/sequentialthinking"
      ]
    }
  }
}

mcp-security-audit · 安装

安装

通过Smithery安装(推荐)

npx -y @smithery/cli install @qianniuspace/mcp-security-audit --client claude

手动安装

  1. 将MCP配置添加到Claude Desktop:
{
  "mcpServers": {
    "mcp-security-audit": {
      "command": "npx",
      "args": ["-y", "mcp-security-audit"]
    }
  }
}
  1. 替代方法:克隆并手动构建:
git clone https://github.com/qianniuspace/mcp-security-audit.git
cd mcp-security-audit
npm install
npm run build

然后配置到build/index.js的路径

对比内容由 README + GitHub 公开数据自动生成,定期更新。