mcp-task-manager-server
The MCP Task Manager Server is a local MCP-compatible server for managing project and task data. It provides a persistent backend with SQLite support, offering tools for client-driven task management while maintaining project-based organization.
MCP Task Manager Server
A local Model Context Protocol (MCP) server providing backend tools for client-driven project and task management using an SQLite database.
Overview
This server acts as a persistent backend for local MCP clients, managing structured task data within distinct projects. It offers data storage and interaction tools, with key operational logic residing in the client.
Key Features:
- Project-Based: Tasks are organized within distinct projects.
- SQLite Persistence: Uses a SQLite file for self-contained data storage.
- Client-Driven: Provides tools for clients without dictating workflow.
- MCP Compliant: Adheres to Model Context Protocol standards.
- Task Management: Includes creating, managing, and tracking tasks, with import/export functionality.
Implemented MCP Tools
A suite of tools is available for client interaction, including creating projects, adding and managing tasks, setting task statuses, and exporting project data.