Skip to main content
Glama

Sequential Thinking MCP Server

by zalab-inc

顺序思维 MCP 服务器

MCP 服务器实现通过结构化思维过程提供动态和反射性解决问题的工具。

特征

  • 将复杂问题分解为可管理的步骤
  • 随着理解的加深,修改和完善想法
  • 分支出其他推理路径
  • 动态调整想法总数
  • 生成并验证解决方案假设

工具

顺序思维

促进解决问题和分析问题的详细、逐步的思考过程。

输入:

  • thought (字符串):当前的思考步骤
  • nextThoughtNeeded (布尔值): 是否需要另一个思考步骤
  • thoughtNumber (整数):当前的想法数量
  • totalThoughts (整数):估计需要的想法总数
  • isRevision (布尔值,可选):这是否改变了以前的想法
  • revisesThought (整数,可选):正在重新考虑哪个想法
  • branchFromThought (整数,可选):分支点思想编号
  • branchId (字符串,可选):分支标识符
  • needsMoreThoughts (布尔值,可选):是否需要更多想法

用法

顺序思维工具旨在用于:

  • 将复杂问题分解成几个步骤
  • 规划和设计留有修改空间
  • 可能需要修正路线的分析
  • 最初可能不清楚全部范围的问题
  • 需要在多个步骤中保持上下文的任务
  • 需要过滤不相关信息的情况

配置

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

NPX
{ "mcpServers": { "sequential-thinking": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ] } } }
码头工人
{ "mcpServers": { "sequentialthinking": { "command": "docker", "args": [ "run", "--rm", "-i", "mcp/sequentialthinking" ] } } }

建筑

Docker:

docker build -t mcp/sequentialthinking -f src/sequentialthinking/Dockerfile .

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

-
security - not tested
-
license - not tested
-
quality - not tested

通过将复杂问题分解为可管理的步骤,并支持修订、分支和假设生成,提供动态和反思性解决问题的工具。

  1. 特征
    1. 工具
      1. 顺序思维
    2. 用法
      1. 配置
        1. 与 Claude Desktop 一起使用
      2. 建筑
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.
            Last updated -
            3
            90
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            Implements the Chain of Draft reasoning approach to generate minimalistic intermediate reasoning outputs while solving tasks, significantly reducing token usage while maintaining accuracy.
            Last updated -
            7
            2
            Python
            • Apple
          • A
            security
            A
            license
            A
            quality
            A tool that implements Claude Shannon's problem-solving methodology to help break down complex problems into structured steps including problem definition, constraints, modeling, validation, and implementation.
            Last updated -
            1
            55
            10
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            Provides tools for structuring complex problems through narrative-based sequential story elements or systematic sequential thinking, helping make complex problems more memorable and easier to understand.
            Last updated -
            11
            Python
            • Apple
            • Linux

          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/zalab-inc/mcp-sequentialthinking'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server