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