Branch Thinking MCP Server
分支思维
实现基于分支的思维导航的 MCP 服务器,支持:
多种思想分支
分支导航(列表、焦点、历史记录)
相关思想之间的交叉引用
从关键点产生洞察
分支优先级跟踪
这是基于此处提供的sequential-thinking工具: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
特征
分支管理:创建和导航不同的思路
交叉引用:通过类型关系将不同分支间的相关想法联系起来
Insights :自动从思考的关键点生成洞察
优先级跟踪:根据信心和连接跟踪分支优先级
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 配置文件设置(或系统提示)中添加如下内容:
如果我要求你“一步一步思考”、“三思而后行”或“运用思路链”,那就意味着要使用分支思维工具。如果你觉得你的回答需要多个步骤才能更好地进行,那就大胆地使用分支思维工具吧。
致谢
我不能假装大部分代码都是我写的。大部分代码都是 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