MCP Catalogs
首页

payloadcmsmcp vs sequentialthinking

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

payloadcmsmcp
by disruption-hub
sequentialthinking
by modelcontextprotocol
Stars★ 114★ 85,748
30天用量
综合分4175
官方
分类
开发者工具数据库电商
AI / LLM 工具开发者工具效率工具
实现语言HTMLTypeScript
最近提交14 个月前本月

payloadcmsmcp · 概述

专为 Payload CMS 3.0 设计的 MCP 服务器,提供代码验证、模板生成和项目脚手架工具。

sequentialthinking · 概述

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

payloadcmsmcp · 使用场景

  • 验证 Payload CMS 集合和配置是否符合最佳实践
  • 为集合、字段、钩子和其他组件生成代码模板
  • 使用数据库设置和身份验证构建完整的 Payload CMS 项目

sequentialthinking · 使用场景

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

payloadcmsmcp · 安装

安装

使用 Cursor

  1. 打开 Cursor 设置
  2. 进入 MCP 服务器部分
  3. 添加新的 MCP 服务器
  4. 命名为 "Payload CMS 3.0 MCP"
  5. 将传输类型设置为 "Command"
  6. 设置命令为:railway run --service=YOUR_SERVICE_ID
  7. 保存配置

通用设置

确保您拥有 Node.js 18+ 和带有 API token 的活跃 Railway 账户。

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"
      ]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。