MCPServers
Divide and Conquer (Task Management) - MCP server logo

Divide and Conquer (Task Management)

5
0

Summary

The Divide and Conquer MCP server enables AI agents to break down complex tasks into manageable pieces using structured JSON storage. Developed by Landice Fu, it evolved from a simpler text-based approach to provide robust task tracking with checklist functionality, progress monitoring, and context preservation across multiple conversations. The implementation includes tools for initializing tasks, managing checklist items, tracking completion status, and retrieving task summaries, making it particularly valuable for complex software development projects, research activities, and project planning where context needs to be maintained across multiple interactions.

Available Actions(15)

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 with full context and limited fields for other tasks.

Last Updated: April 25, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签