Skip to main content
Glama
by m-siles

分支思维

实现基于分支的思维导航的 MCP 服务器,支持:

  • 多种思想分支

  • 分支导航(列表、焦点、历史记录)

  • 相关思想之间的交叉引用

  • 从关键点产生洞察

  • 分支优先级跟踪

这是基于此处提供的sequential-thinking工具: https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking

特征

  • 分支管理:创建和导航不同的思路

  • 交叉引用:通过类型关系将不同分支间的相关想法联系起来

  • Insights :自动从思考的关键点生成洞察

  • 优先级跟踪:根据信心和连接跟踪分支优先级

命令

  • 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 生成的。概念、测试、修复和实现都是我自己的。

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    An 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 -
    3
    14
  • -
    security
    A
    license
    -
    quality
    An 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 -
    133
    MIT License
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    An 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.
    Last updated -
    1
    15
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    An advanced MCP server that implements sophisticated sequential thinking using a coordinated team of specialized AI agents (Planner, Researcher, Analyzer, Critic, Synthesizer) to deeply analyze problems and provide high-quality, structured reasoning.
    Last updated -
    1
    269
    • Linux
    • Apple

View all related MCP servers

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