シーケンシャルシンキングMCPサーバー
構造化された思考プロセスを通じて動的かつ反射的な問題解決のためのツールを提供する MCP サーバー実装。
特徴
複雑な問題を扱いやすいステップに分解する
理解が深まるにつれて考えを修正し洗練させる
代替的な推論の道に分岐する
思考の総数を動的に調整する
解決策の仮説を生成し検証する
道具
順次思考
問題解決と分析のための詳細かつ段階的な思考プロセスを促進します。
入力:
thought
(文字列): 現在の思考ステップnextThoughtNeeded
(boolean): 別の思考ステップが必要かどうかthoughtNumber
(整数):現在の思考番号totalThoughts
(整数): 必要な推定総思考数isRevision
(ブール値、オプション):これが以前の考えを修正するかどうかrevisesThought
(整数、オプション): 再考されている考えbranchFromThought
(整数、オプション): 分岐点の思考番号branchId
(文字列、オプション): ブランチ識別子needsMoreThoughts
(ブール値、オプション): さらに考えが必要な場合
使用法
シーケンシャル シンキング ツールは次の目的で設計されています。
複雑な問題を段階的に分解する
修正の余地がある計画と設計
軌道修正が必要な分析
当初は全体の範囲が明確でない可能性がある問題
複数のステップにわたってコンテキストを維持する必要があるタスク
無関係な情報をフィルタリングする必要がある状況
構成
Claude Desktopでの使用
これをclaude_desktop_config.json
に追加します:
npx
ドッカー
建物
ドッカー:
ライセンス
この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 -1675223MIT 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