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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Create a new task list and save it to the .tasks folder. Parameters: title (string), description (string), repo_path (optional string), include_metadata (optional 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 (optional 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 (optional boolean)