分支思维
实现基于分支的思维导航的 MCP 服务器,支持:
- 多种思想分支
- 分支导航(列表、焦点、历史记录)
- 相关思想之间的交叉引用
- 从关键点产生洞察
- 分支优先级跟踪
这是基于此处提供的sequential-thinking
工具: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking
特征
- 分支管理:创建和导航不同的思路
- 交叉引用:通过类型关系将不同分支间的相关想法联系起来
- Insights :自动从思考的关键点生成洞察
- 优先级跟踪:根据信心和连接跟踪分支优先级
命令
list
:显示所有分支及其当前状态focus [branchId]
:将焦点切换到特定分支history [branchId?]
:显示分支中思想的历史记录
安装
将此项目放在您的自定义 MCP 工具目录中。
添加到您的claude_desktop_config.json
:
尖端
除非明确提示,否则克劳德通常不会使用工具。
如果您想在没有提示的情况下使用此工具,请在您的 Claude 配置文件设置(或系统提示)中添加如下内容:
如果我要求你“一步一步思考”、“三思而后行”或“运用思路链”,那就意味着要使用分支思维工具。如果你觉得你的回答需要多个步骤才能更好地进行,那就大胆地使用分支思维工具吧。
致谢
我不能假装大部分代码都是我写的。大部分代码都是 Claude 生成的。概念、测试、修复和实现都是我自己的。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
MCP 服务器使用分支来导航思维过程,支持思维交叉引用和优先级跟踪,以增强洞察力的产生和结构化的想法探索。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage.Last updated -1709168TypeScriptMIT License
- -securityAlicense-qualityAn MCP tool enabling structured thinking and analysis across multiple AI platforms through branch management, semantic analysis, and cognitive enhancement.Last updated -8TypeScriptMIT License
- -security-license-qualityAn 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 -6TypeScript
- -securityAlicense-qualityAn 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 -48PythonMIT License