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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Records one thought with 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 with parameters: session_id (defaults to 'default'), branch_id (optional branch filter), and limit (max records to return; default 50, max 500).
Clears one session or every session with parameters: session_id (defaults to 'default') and all_sessions (clear all history buckets).