Branch Thinking MCP Server
ブランチ思考
以下をサポートする、ブランチベースの思考ナビゲーションを実装する 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 プロファイル設定 (またはシステム プロンプト) に次のような内容を追加します。
「段階的に考えてください」「返答する前に考えてください」「思考の連鎖を使ってください」とお願いする場合、それは分岐思考ツールを使うことを意味します。返答に複数のステップが必要だと思ったら、ぜひご自身でも分岐思考ツールを使ってみてください。
クレジット
このコードの大部分を私が書いたとは言い切れません。ほとんどはクロードが生成したものです。コンセプトは私自身のもので、テスト、修正、実装もすべて私のものです。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceAn 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.115MIT
- AlicenseAqualityDmaintenanceA 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.118MIT
- AlicenseNot gradedqualityBmaintenanceAn 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.75MIT
- AlicenseNot gradedqualityCmaintenanceA 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.8MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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