Skip to main content
Glama

Sequential Thinking MCP Server

by zalab-inc

シーケンシャルシンキングMCPサーバー

構造化された思考プロセスを通じて動的かつ反射的な問題解決のためのツールを提供する MCP サーバー実装。

特徴

  • 複雑な問題を扱いやすいステップに分解する
  • 理解が深まるにつれて考えを修正し洗練させる
  • 代替的な推論の道に分岐する
  • 思考の総数を動的に調整する
  • 解決策の仮説を生成し検証する

道具

順次思考

問題解決と分析のための詳細かつ段階的な思考プロセスを促進します。

入力:

  • thought (文字列): 現在の思考ステップ
  • nextThoughtNeeded (boolean): 別の思考ステップが必要かどうか
  • 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 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