Sequential Thinking
stdioDynamic and reflective problem-solving through structured sequential thinking. Helps break down complex tasks into manageable steps
Author
Anthropic
Runtime
node
Package
@modelcontextprotocol/server-sequential-thinking
Command
npx -y @modelcontextprotocol/server-sequential-thinking
Categories
reasoningutilities
Install with the CLI:
npx @getmcp/cli add sequential-thinkingConfiguration
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
JSON
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}