Sequential Thinking
Official AIDynamic and reflective problem-solving through structured thought sequences.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/servers"
]
}
}
}