Skip to main content
Glama

Branch Thinking MCP Server

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

You must be authenticated.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

MCP 服务器使用分支来导航思维过程,支持思维交叉引用和优先级跟踪,以增强洞察力的产生和结构化的想法探索。

  1. 特征
    1. 命令
      1. 安装
        1. 尖端
          1. 致谢

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An 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 -
              1
              709
              168
              TypeScript
              MIT License
            • -
              security
              -
              license
              -
              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 -
              6
              TypeScript
            • -
              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 -
              48
              Python
              MIT License
              • 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