MCP.so
登录

Sequential Thinking MCP Server - Forked to Support SSE

@light4

关于 Sequential Thinking MCP Server - Forked to Support SSE

Sequential Thinking MCP Server - Forked to Support SSE

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

light4

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-sequentialthinking": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp/sequentialthinking",
        "-f",
        "src/sequentialthinking/Dockerfile",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sequential Thinking MCP Server - Forked to Support SSE?

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. It helps break down complex problems into manageable steps, revise and refine thoughts, branch into alternative reasoning paths, and generate solution hypotheses. This fork specifically adds support for SSE (Server-Sent Events) transport.

How to use Sequential Thinking MCP Server - Forked to Support SSE?

Configure it with Claude Desktop by adding an entry to claude_desktop_config.json either via npx (@modelcontextprotocol/server-sequential-thinking) or Docker (mcp/sequentialthinking). The tool sequential_thinking is invoked with thought inputs and parameters.

Key features of Sequential Thinking MCP Server - Forked to Support SSE?

  • Break down complex problems into manageable steps
  • Revise and refine thoughts as understanding deepens
  • Branch into alternative paths of reasoning
  • Adjust total number of thoughts dynamically
  • Generate and verify solution hypotheses
  • Supports SSE transport for streaming communication

Use cases of Sequential Thinking MCP Server - Forked to Support SSE?

  • Breaking down complex problems into steps
  • Planning and design with room for revision
  • Analysis that might need course correction
  • Problems where full scope is not initially clear
  • Tasks needing context maintenance over multiple steps

FAQ from Sequential Thinking MCP Server - Forked to Support SSE?

What is the sequential_thinking tool?

It is the main tool provided, which facilitates a detailed, step-by-step thinking process. It takes inputs like thought, nextThoughtNeeded, thoughtNumber, totalThoughts, and optional revision/branching parameters.

How do I configure it with Claude Desktop?

Use either npx with @modelcontextprotocol/server-sequential-thinking or Docker with mcp/sequentialthinking in the claude_desktop_config.json.

What are the optional inputs for branching?

The tool accepts branchFromThought (integer) and branchId (string) to define branching points in reasoning. Also needsMoreThoughts (boolean) indicates if additional thoughts are required.

What is the license of this server?

It is licensed under the MIT License. You are free to use, modify, and distribute the software subject to the terms of the MIT License.

评论

其他 分类下的更多 MCP 服务器