This MCP server converts Cursor agent plans into markdown task lists. Developed by Claude, it integrates with the MCP framework and uses Python with the markdown library. The server is designed for organizing and structuring AI-generated project plans, making them more readable and actionable for users working with Cursor or similar AI planning tools.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Create a new task list and save it to the .tasks folder. Parameters: title (string), description (string), repo_path (optional string), include_metadata (boolean)
Convert a Cursor agent's plan text into a formatted Markdown task list and save it. Parameters: plan_text (string), title (string), description (string), repo_path (optional string), include_metadata (boolean)
Add a new task to an existing task list. Parameters: description (string), task_text (string), repo_path (optional string), section (optional string)
Mark a specific task as completed. Parameters: description (string), task_number (integer), repo_path (optional string), section (optional string)
Check if all tasks are complete and mark the task list as completed by renaming with ✅ prefix. Parameters: description (string), repo_path (optional string)
List all task files in the .tasks directory. Parameters: repo_path (optional string), include_completed (boolean)