We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rohanpatriot/mcp-tasks-organizer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCP Tasks Organizer
# Converts Cursor agent plans to markdown task lists and organizes them in a repository
from .server import (
mcp,
convert_plan_to_tasks,
create_task_list,
add_task,
mark_task_complete,
check_all_tasks_complete,
list_task_files,
extract_tasks,
format_plan_sections,
TASKS_FOLDER,
COMPLETED_PREFIX
)
__version__ = "0.1.0"