landicefu/divide-and-conquer-mcp-server
If you are the rightful owner of divide-and-conquer-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Divide and Conquer MCP Server is designed to help AI agents manage complex tasks by breaking them down into smaller, manageable pieces using a structured JSON format.
Tools
Functions exposed to the LLM to take actions
initialize_task
Creates a new task with the specified description and optional initial checklist items.
update_task_description
Updates the main task description.
update_context
Updates the context information for all tasks.
add_checklist_item
Adds a new item to the checklist.
update_checklist_item
Updates an existing checklist item.
mark_task_done
Marks a checklist item as done.
mark_task_undone
Marks a checklist item as not done.
remove_checklist_item
Removes a checklist item.
reorder_checklist_item
Moves a checklist item to a new position.
add_note
Adds a note to the task.
add_resource
Adds a resource to the task.
update_metadata
Updates the task metadata.
clear_task
Clears the current task data.
get_checklist_summary
Returns a summary of the checklist with completion status.
get_current_task_details
Retrieves details of the current task (first uncompleted task) with full context. This is the recommended tool to use when working with tasks.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client