Sequential Thinking
OfficialFeatured
🔧 Utilities
Enhanced reasoning for complex problems. Break down intricate issues into steps, refine thoughts dynamically, explore alternative paths, and generate solutions. Perfect for multi-step analysis and planning.
Tags
Tools (1)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}