CursorPool
← 返回 MCP 列表

顺序思考 MCP

为 AI 提供结构化的分步推理能力,拆解复杂任务。

ModelContextProtocol·1.2k 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-sequential-thinking

在 Cursor 中配置(mcp.json)

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