An adaptation of the MCP Sequential Thinking Server designed to guide tool usage in problem-solving. This server helps break down complex problems into manageable steps and provides recommendations for which MCP tools would be most effective at each stage.
No reviews yet. Be the first to review!
Sign in to join the conversation
Records one thought. Required parameters: thought (current reasoning step), thought_number (current step number), total_thoughts (current estimate), next_thought_needed (whether another thought is needed). Optional parameters include session_id, is_revision, revises_thought, branch_from_thought, branch_id, needs_more_thoughts, available_tools, recommended_tools, and remaining_steps.
Returns stored thoughts for a session. Parameters: session_id (default is 'default'), branch_id (optional branch filter), limit (max records to return; default is 50, max is 500).
Clears one session or every session. Parameters: session_id (default is 'default'), all_sessions (to clear all history buckets).