Skip to main content
Glama
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 プロファイル設定 (またはシステム プロンプト) に次のような内容を追加します。

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

クレジット

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

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

Related MCP Servers

  • A
    security
    F
    license
    A
    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 -
    3
    14
  • -
    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 -
    133
    MIT License
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that enables managing multiple lines of thought with features like branch navigation, cross-references between related thoughts, and insight generation from key points.
    Last updated -
    1
    15
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    An advanced MCP server that implements sophisticated sequential thinking using a coordinated team of specialized AI agents (Planner, Researcher, Analyzer, Critic, Synthesizer) to deeply analyze problems and provide high-quality, structured reasoning.
    Last updated -
    1
    269
    • 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