Divide and Conquer MCP Server
Skills
add_note
Adds a note to the task.
clear_task
Clears the current task data.
add_resource
Adds a resource to the task.
mark_task_done
Marks a checklist item as done.
update_context
Updates the context information for all tasks.
initialize_task
Creates a new task with the specified description and optional initial checklist items.
update_metadata
Updates the task metadata.
mark_task_undone
Marks a checklist item as not done.
add_checklist_item
Adds a new item to the checklist.
get_checklist_summary
Returns a summary of the checklist with completion status.
remove_checklist_item
Removes a checklist item.
update_checklist_item
Updates an existing checklist item.
reorder_checklist_item
Moves a checklist item to a new position.
update_task_description
Updates the main task description.
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.
Configuration
MCP Server
Connect to MCP Server