Skip to main content
Glama

Branch Thinking MCP Server

by m-siles

ブランチ思考

以下をサポートする、ブランチベースの思考ナビゲーションを実装する MCP サーバー:

  • 多様な思考の分岐
  • ブランチナビゲーション(リスト、フォーカス、履歴)
  • 関連する考えの相互参照
  • 重要なポイントからの洞察の生成
  • ブランチ優先度の追跡

これは、こちらで入手できるsequential-thinkingツールに基づいています: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking

特徴

  • ブランチ管理: 異なる思考ラインを作成し、その間を移動する
  • 相互参照: 型付けされた関係を使用して、ブランチ間で関連する考えをリンクします。
  • インサイト: 思考の重要なポイントから自動的にインサイトを生成します
  • 優先度追跡: 信頼度と接続に基づいてブランチの優先度を追跡します

コマンド

  • list : 現在のステータスを持つすべてのブランチを表示します
  • focus [branchId] : 特定のブランチにフォーカスを切り替える
  • history [branchId?] : ブランチ内の思考の履歴を表示する

インストール

このプロジェクトをカスタム MCP ツール ディレクトリに配置します。

npm install npm run build

claude_desktop_config.jsonに追加します:

"branch-thinking": { "command": "node", "args": [ "/your-custom-mcp-dir-here/branch-thinking/dist/index.js" ] }

ヒント

クロードは、明示的に指示されない限り、ツールを使用しないことが多いです。

プロンプトなしでこのツールを使用したい場合は、Claude プロファイル設定 (またはシステム プロンプト) に次のような内容を追加します。

「段階的に考えてください」「返答する前に考えてください」「思考の連鎖を使ってください」とお願いする場合、それは分岐思考ツールを使うことを意味します。返答に複数のステップが必要だと思ったら、ぜひご自身でも分岐思考ツールを使ってみてください。

クレジット

このコードの大部分を私が書いたとは言い切れません。ほとんどはクロードが生成したものです。コンセプトは私自身のもので、テスト、修正、実装もすべて私のものです。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

ブランチを使用して思考プロセスをナビゲートし、思考の相互参照と優先順位の追跡をサポートして、洞察の生成と構造化されたアイデアの探索を強化する MCP サーバー。

  1. 特徴
    1. コマンド
      1. インストール
        1. ヒント
          1. クレジット

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An 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 -
              1
              709
              168
              TypeScript
              MIT License
            • -
              security
              -
              license
              -
              quality
              An 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 -
              6
              TypeScript
            • -
              security
              A
              license
              -
              quality
              An 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 -
              48
              Python
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/m-siles/branch-thinking'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server