Sequential Thinking MCP Server

官方结构化推理 MCP Server,引导 AI 通过动态思维链进行多步骤问题解决。支持修订和分支思路,适合需要深度推理的复杂规划任务,与 Claude 的 Extended Thinking 模式互补。

返回 MCP 专区
开发工具官方维护

Sequential Thinking

2.9k stars

官方结构化推理 MCP Server,引导 AI 通过动态思维链进行多步骤问题解决。支持修订和分支思路,适合需要深度推理的复杂规划任务,与 Claude 的 Extended Thinking 模式互补。

安装与配置

安装命令

npx @modelcontextprotocol/server-sequential-thinking

Cursor / Claude Desktop 配置(mcp.json

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

典型使用场景

查看源码 / 官方文档

访问 GitHub 仓库获取最新文档、配置说明和 issue 反馈。

在 GitHub 上查看

相关 MCP Server