spences10/mcp-sequentialthinking-tools
#680 of 783 by Stars among GitHub repos
🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for which MCP tools would be most effective at each stage.
About
A lightweight MCP server for recording sequential reasoning steps. It is a scratchpad with history, branching, revision metadata, and optional validation for model-authored tool plans.
It does not discover your other MCP tools and it does not choose tools for the model. If you pass availabletools and recommendedtools, the server validates that the recommended names exist and stores the step.
Use this when a task benefits from explicit, inspectable reasoning:
Do not use it for trivial requests. It adds overhead.
If recommendedtools contains a name not present in availabletools, the call returns isError: true and does not store the thought.
The server treats thought text, tool…
Excerpted from github.com/spences10/mcp-sequentialthinking-tools
Latest metrics
| Stars | 583 | 2026-07-16 |
|---|---|---|
| Forks | 87 | 2026-07-16 |
| Commits | 81 | 2026-07-16 |
| Releases | 0 | 2026-07-16 |
| Watchers | 3 | 2026-07-16 |
| Open issues | 3 | 2026-07-16 |
| Open PRs | 9 | 2026-07-16 |