Force your agent to think step-by-step AND suggest which other MCP tool to invoke at each step — a meta-planner for multi-tool workflows.
A fork of the canonical Sequential Thinking MCP that goes one step further: at every thought, it scores and recommends the best MCP tools from your installed set. Useful when Claude has 10+ MCPs loaded and keeps picking the wrong one.
Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.
claude mcp add sequentialthinking-tools -- npx -y mcp-sequentialthinking-tools
Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.
Cas d'usage
Usages concrets : mcp-sequentialthinking-tools
How to plan a multi-MCP workflow with sequentialthinking-tools
👤 Power users with many MCPs installed⏱ ~5 minbeginner
Quand l'utiliser : You have Sentry + GitHub + Linear + Playwright + Notion all loaded and Claude keeps calling the wrong one or skipping steps.
Déroulement
Ask for a plan before execution
Before doing anything, use sequentialthinking_tools to plan: 'Triage the top Sentry issue, find the culprit commit on GitHub, file a Linear ticket.' Give 5 steps with tool recommendations.✓ Copié
→ Numbered plan with tool names + confidence scores
Execute one step at a time
Execute step 1. After done, show me the result and the next-step recommendation.✓ Copié
→ Clean handoff between tools without skipping checks
Résultat : Predictable tool usage, fewer wrong-tool detours, and an audit trail of reasoning.
Pièges
Model still picks a wrong tool despite the plan — Explicitly reject the bad choice in the next turn; the planner learns in-context
Break reasoning loops with sequentialthinking-tools
👤 Developers building agents that get stuck retrying⏱ ~10 minintermediate
Quand l'utiliser : Your agent is looping on the same failing approach and not re-evaluating.
Déroulement
Force a revision
Use sequentialthinking_tools with is_revision=true to revisit step 3 of your current plan. What assumption was wrong?✓ Copié
→ A named assumption and an alternative tool or approach
Branch into a parallel plan
Create a branch from step 3 and propose a different tool path. Compare confidence to the original.✓ Copié
→ Two parallel paths scored
Résultat : Agent breaks out of the loop with a reasoned pivot.