Task Manager
Createdbsmi021
Provides a local Model Context Protocol server for client-driven project and task management using a SQLite database.
About
Acts as a persistent backend for local Model Context Protocol (MCP) clients, such as AI agents or scripts, to manage structured task data within projects. It offers data storage and a standardized set of tools for interaction, allowing clients to manage workflows. It uses a local SQLite file for data storage and adheres to the Model Context Protocol for tool definition and communication.
Key Features
- Offers client-driven task management.
- 6 GitHub stars
- Uses a local SQLite database for data persistence.
- Supports task creation, listing, status updates, and subtask expansion.
- Organizes tasks within distinct projects.
- Compliant with the Model Context Protocol.
Use Cases
- Providing a backend for MCP-compliant task management tools.
- Creating and organizing project-based tasks.
- Managing tasks for AI agents or scripts.