divide-and-conquer-mcp-server
5
The Divide and Conquer MCP Server is a tool that allows AI agents to efficiently manage and execute complex tasks by breaking them into simpler components. It uses a structured JSON format for tracking task information, context, and progress, making it ideal for software development, project management, and research tasks.
initialize_task
Initialize a new task
update_task_description
Update the main task description
update_context
Update the context information of all tasks
add_checklist_item
Add checklist item
update_checklist_item
Update checklist items
mark_task_done`/`mark_task_undone
Mark the task completed or not completed
remove_checklist_item remove_checklist_item
Remove checklist item
reorder_checklist_item
Reorder checklist items
add_note`/`add_resource
Add notes or resources
update_metadata
Update task metadata
clear_task
Clear current task data
get_checklist_summary
Get a summary of checklist
get_current_task_details
Get the current task details