Skip to content

Sequential Thinking (Official)

Free

by MCP Community

Official MCP server enabling structured problem-solving through dynamic thought sequences.

v1.0.0Added Dec 15, 2024
reasoningthinkingofficial
Works with:ClaudeGPTGeminiCopilot

Sequential Thinking MCP Server

Official MCP server enabling structured problem-solving through dynamic thought sequences.

Features

  • Structured reasoning
  • Dynamic sequences
  • Problem decomposition
  • Hypothesis testing
  • Official

Installation

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
    }
  }
}

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-sequential-thinking
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sequential-thinking-(official)": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
    }
  }
}