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.
In context_servers hinzufügen. Zed lädt beim Speichern neu.
claude mcp add sequentialthinking-tools -- npx -y mcp-sequentialthinking-tools
Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.
Anwendungsfälle
Praxisnahe Nutzung: mcp-sequentialthinking-tools
How to plan a multi-MCP workflow with sequentialthinking-tools
👤 Power users with many MCPs installed⏱ ~5 minbeginner
Wann einsetzen: You have Sentry + GitHub + Linear + Playwright + Notion all loaded and Claude keeps calling the wrong one or skipping steps.
Ablauf
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.✓ Kopiert
→ 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.✓ Kopiert
→ Clean handoff between tools without skipping checks
Ergebnis: Predictable tool usage, fewer wrong-tool detours, and an audit trail of reasoning.
Fallstricke
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
Wann einsetzen: Your agent is looping on the same failing approach and not re-evaluating.
Ablauf
Force a revision
Use sequentialthinking_tools with is_revision=true to revisit step 3 of your current plan. What assumption was wrong?✓ Kopiert
→ 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.✓ Kopiert
→ Two parallel paths scored
Ergebnis: Agent breaks out of the loop with a reasoned pivot.