Skip to main content
Glama
m-siles

Branch Thinking MCP Server

by m-siles

ブランチ思考

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

  • 多様な思考の分岐

  • ブランチナビゲーション(リスト、フォーカス、履歴)

  • 関連する考えの相互参照

  • 重要なポイントからの洞察の生成

  • ブランチ優先度の追跡

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

特徴

  • ブランチ管理: 異なる思考ラインを作成し、その間を移動する

  • 相互参照: 型付けされた関係を使用して、ブランチ間で関連する考えをリンクします。

  • インサイト: 思考の重要なポイントから自動的にインサイトを生成します

  • 優先度追跡: 信頼度と接続に基づいてブランチの優先度を追跡します

Related MCP server: UltraThink

コマンド

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

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

クレジット

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A Python-based MCP server that facilitates structured problem-solving through sequential thinking, branching, and confidence scoring. It allows users to track assumptions and manage multiple concurrent reasoning sessions to break down complex tasks.
    1
    18
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that structures AI reasoning as directed acyclic graphs of semantic thoughts, enabling explicit dependencies, assumption tracking, and cascade invalidation for transparent decision-making.
    7
    5
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A thinking assistant MCP server that helps you reason through problems using structured frameworks like first principles and sequential thinking, starting wherever you are — clear, messy, or fragmentary.
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.

  • Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.

  • MCP server for generating rough-draft project plans from natural-language prompts.

View all MCP Connectors

Latest Blog Posts

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