Manages persistent task storage and retrieval for AI assistants via the Model Context Protocol (MCP).
Tiny Todo implements the Model Context Protocol (MCP) to provide AI assistants with persistent task management capabilities. By interacting with this specialized server, AI models can maintain context over time, create, update, delete, and search tasks, thereby extending their capabilities beyond typical context limitations. The server utilizes a SQLite database and features a layered architecture to ensure clean separation of concerns between the tool interface, service layer, repository layer, and database layer.