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 (string, optional), include_metadata (boolean, optional)
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 (string, optional), include_metadata (boolean, optional)
Add a new task to an existing task list. Parameters: description (string), task_text (string), repo_path (string, optional), section (string, optional)
Mark a specific task as completed. Parameters: description (string), task_number (integer), repo_path (string, optional), section (string, optional)
Check if all tasks are complete and mark the task list as completed by renaming with ✅ prefix. Parameters: description (string), repo_path (string, optional)
List all task files in the .tasks directory. Parameters: repo_path (string, optional), include_completed (boolean, optional)