MCP Marketplace logo
MCP
All servers
Anthropic

Sequential Thinking

official

Structured chain-of-thought scratchpad for complex problems.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference Sequential Thinking server. Provides a tool the model can call to record stepwise thoughts, branch reasoning, and revisit prior steps.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

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

Related servers