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ファイルをご覧ください。

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

修正、分岐、仮説生成をサポートし、複雑な問題を管理しやすいステップに分割することで、動的かつ反省的な問題解決のためのツールを提供します。

  1. 特徴
    1. 道具
      1. 順次思考
    2. 使用法
      1. 構成
        1. Claude Desktopでの使用
      2. 建物
        1. ライセンス

          Related MCP Servers

          • 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
            17
            43
            MIT License
          • A
            security
            A
            license
            A
            quality
            An enhanced sequential thinking tool optimized for programming tasks that helps break down complex coding problems into structured, self-auditing thought steps with branching and revision capabilities.
            Last updated -
            1
            675
            223
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            Provides a 'think' tool that allows Claude and other LLMs to add dedicated thinking steps during complex tool use scenarios, creating space for structured reasoning and improving problem-solving capabilities.
            Last updated -
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            Enables structured, iterative reasoning for complex problem-solving with features like confidence tracking, revision mechanisms, and branching support. Provides flexible validation and multiple output formats for systematic analysis and decision-making tasks.
            Last updated -
            1
            79
            36
            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/zalab-inc/mcp-sequentialthinking'

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