modelcontextprotocol/sequential-thinking

MCP Server

MCP Sequential Thinking Server - structured AI reasoning and problem-solving

Official MCP sequential thinking server. Structured problem-solving through dynamic thought steps with branching and revision.

MCP Server

  • Package: @modelcontextprotocol/server-sequential-thinking
  • Transport: stdio
  • Command: npx @modelcontextprotocol/server-sequential-thinking

Authentication

None

VariableRequiredDescription
No environment variables required

Available Tools

ToolDescription
sequential_thinkingDynamic problem-solving with thought steps, branching, and revision

Configuration Example

toml
[[mcp.servers]]
name = "sequential-thinking"
type = "stdio"
command = "npx"
args = ["-y", "@modelcontextprotocol/server-sequential-thinking"]
timeout_seconds = 60
tools = []