分支思维
实现基于分支的思维导航的 MCP 服务器,支持:
多种思想分支
分支导航(列表、焦点、历史记录)
相关思想之间的交叉引用
从关键点产生洞察
分支优先级跟踪
这是基于此处提供的sequential-thinking工具: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
特征
分支管理:创建和导航不同的思路
交叉引用:通过类型关系将不同分支间的相关想法联系起来
Insights :自动从思考的关键点生成洞察
优先级跟踪:根据信心和连接跟踪分支优先级
Related MCP server: MCP Think Tool
命令
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 生成的。概念、测试、修复和实现都是我自己的。
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.