mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
Reasoning

Sequential Thinking

Dynamic and reflective problem-solving through structured thought sequences that can branch, revise, and build on previous steps.

by AnthropicRepository →Source →
Installnpx -y @modelcontextprotocol/server-sequential-thinking

The Sequential Thinking MCP server supports dynamic and reflective problem-solving through a structured thinking process. It helps models break problems into steps, revise earlier thoughts, and explore branching solution paths.

Capabilities

  • Express thoughts as an ordered, revisable sequence
  • Branch and backtrack on reasoning paths
  • Adjust the number of steps as understanding deepens

Usage

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