mcp-task-manager-server
If you are the rightful owner of mcp-task-manager-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A local Model Context Protocol (MCP) server providing backend tools for client-driven project and task management using a SQLite database.
createProject
Creates a new, empty project.
addTask
Adds a new task to a project.
listTasks
Lists tasks for a project, with optional filtering and subtask inclusion.
showTask
Retrieves full details for a specific task, including dependencies and direct subtasks.
setTaskStatus
Updates the status of one or more tasks.
expandTask
Breaks a parent task into subtasks, optionally replacing existing ones.
getNextTask
Identifies the next actionable task based on status, dependencies, priority, and creation date.
exportProject
Exports complete project data as a JSON string.
importProject
Creates a new project from an exported JSON string.
updateTask
Updates specific details of an existing task.
deleteTask
Deletes one or more tasks and their subtasks/dependency links via cascade.
deleteProject
Permanently deletes a project and all associated data.