顺序思维 MCP 服务器
MCP 服务器实现通过结构化思维过程提供动态和反射性解决问题的工具。
特征
将复杂问题分解为可管理的步骤
随着理解的加深,修改和完善想法
分支出其他推理路径
动态调整想法总数
生成并验证解决方案假设
工具
顺序思维
促进解决问题和分析问题的详细、逐步的思考过程。
输入:
thought
(字符串):当前的思考步骤nextThoughtNeeded
(布尔值): 是否需要另一个思考步骤thoughtNumber
(整数):当前的想法数量totalThoughts
(整数):估计需要的想法总数isRevision
(布尔值,可选):这是否改变了以前的想法revisesThought
(整数,可选):正在重新考虑哪个想法branchFromThought
(整数,可选):分支点思想编号branchId
(字符串,可选):分支标识符needsMoreThoughts
(布尔值,可选):是否需要更多想法
用法
顺序思维工具旨在用于:
将复杂问题分解成几个步骤
规划和设计留有修改空间
可能需要修正路线的分析
最初可能不清楚全部范围的问题
需要在多个步骤中保持上下文的任务
需要过滤不相关信息的情况
配置
与 Claude Desktop 一起使用
将其添加到您的claude_desktop_config.json
中:
NPX
码头工人
建筑
Docker:
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
Tools
通过将复杂问题分解为可管理的步骤,并支持修订、分支和假设生成,提供动态和反思性解决问题的��具。
Related MCP Servers
- AsecurityAlicenseAqualityA tool that implements Claude Shannon's problem-solving methodology to help break down complex problems into structured steps including problem definition, constraints, modeling, validation, and implementation.Last updated -11743MIT License
- AsecurityAlicenseAqualityAn enhanced sequential thinking tool optimized for programming tasks that helps break down complex coding problems into structured, self-auditing thought steps with branching and revision capabilities.Last updated -1675224MIT License
- -securityAlicense-qualityProvides a 'think' tool that allows Claude and other LLMs to add dedicated thinking steps during complex tool use scenarios, creating space for structured reasoning and improving problem-solving capabilities.Last updated -MIT License
- -securityAlicense-qualityEnables structured, iterative reasoning for complex problem-solving with features like confidence tracking, revision mechanisms, and branching support. Provides flexible validation and multiple output formats for systematic analysis and decision-making tasks.Last updated -17936MIT License