ブランチ思考
以下をサポートする、ブランチベースの思考ナビゲーションを実装する MCP サーバー:
- 多様な思考の分岐
- ブランチナビゲーション(リスト、フォーカス、履歴)
- 関連する考えの相互参照
- 重要なポイントからの洞察の生成
- ブランチ優先度の追跡
これは、こちらで入手できるsequential-thinking
ツールに基づいています: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
特徴
- ブランチ管理: 異なる思考ラインを作成し、その間を移動する
- 相互参照: 型付けされた関係を使用して、ブランチ間で関連する考えをリンクします。
- インサイト: 思考の重要なポイントから自動的にインサイトを生成します
- 優先度追跡: 信頼度と接続に基づいてブランチの優先度を追跡します
コマンド
list
: 現在のステータスを持つすべてのブランチを表示しますfocus [branchId]
: 特定のブランチにフォーカスを切り替えるhistory [branchId?]
: ブランチ内の思考の履歴を表示する
インストール
このプロジェクトをカスタム MCP ツール ディレクトリに配置します。
claude_desktop_config.json
に追加します:
ヒント
クロードは、明示的に指示されない限り、ツールを使用しないことが多いです。
プロンプトなしでこのツールを使用したい場合は、Claude プロファイル設定 (またはシステム プロンプト) に次のような内容を追加します。
「段階的に考えてください」「返答する前に考えてください」「思考の連鎖を使ってください」とお願いする場合、それは分岐思考ツールを使うことを意味します。返答に複数のステップが必要だと思ったら、ぜひご自身でも分岐思考ツールを使ってみてください。
クレジット
このコードの大部分を私が書いたとは言い切れません。ほとんどはクロードが生成したものです。コンセプトは私自身のもので、テスト、修正、実装もすべて私のものです。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
ブランチを使用して思考プロセスをナビゲートし、思考の相互参照と優先順位の追跡をサポートして、洞察の生成と構造化されたアイデアの探索を強化する MCP サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage.Last updated -1709168TypeScriptMIT License
- -securityAlicense-qualityAn MCP tool enabling structured thinking and analysis across multiple AI platforms through branch management, semantic analysis, and cognitive enhancement.Last updated -8TypeScriptMIT License
- -security-license-qualityAn MCP server implementing the Unified Cognitive Processing Framework for advanced problem-solving, creative thinking, and cognitive analysis through structured tools for knowledge mapping, recursive questioning, and perspective generation.Last updated -6TypeScript
- -securityAlicense-qualityAn MCP server that implements the 'think' tool, providing Claude with a dedicated space for structured thinking during complex problem-solving tasks to improve reasoning capabilities.Last updated -48PythonMIT License