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 (string), thought_number (integer), total_thoughts (integer), next_thought_needed (boolean). Optional parameters: session_id (string), is_revision (boolean), revises_thought (string), branch_from_thought (string), branch_id (string), needs_more_thoughts (boolean), available_tools (array), recommended_tools (array), remaining_steps (array).
Returns stored thoughts for a session. Parameters: session_id (string), branch_id (optional string), limit (integer).
Clears one session or every session. Parameters: session_id (string), all_sessions (boolean).