Enables task management through natural language with full CRUD operations including add, list, update, complete, and delete tasks with JSON persistence.
A task management and productivity tool that enables creating, updating, filtering, and organizing todos with tags, priorities, and due dates, all stored locally in JSON format.
Enables users to manage a persistent todo list through natural language, supporting adding, listing, toggling completion status, and removing todos. Features both stdio and HTTP transports with optional authentication and JSON file storage.
Enables to manage tasks stored locally in a JSON file, including adding, completing, and querying pending tasks, as well as generating daily summaries.