Advanced SimpleCheckList with MCP server and SQLite database for comprehensive task management. Features: • Complete project and task management system • Hierarchical organization (Projects → Groups → Task Lists → Tasks → Subtasks) • SQLite database for data persistence • RESTful API with comprehensive endpoints • MCP protocol compliance for AI assistant integration • Docker-optimized deployment with stability improvements **v1.0.1 Update**: Enhanced Docker stability with improved container lifecycle management. Default mode optimized for containerized deployment with reliable startup and shutdown processes. Perfect for AI assistants managing complex project workflows and task hierarchies.
20 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
list_projects | Get all projects from SimpleCheckList |
create_project | Create a new project |
get_project | Get a specific project by ID |
update_project | Update a project |
delete_project | Delete a project |
list_groups | Get all groups for a project |
create_group | Create a new group in a project |
list_task_lists | Get all task lists for a group |
create_task_list | Create a new task list in a group |
list_tasks | Get all tasks for a task list |
create_task | Create a new task in a task list |
toggle_task_completion | Toggle task completion status |
update_task | Update a task |
delete_task | Delete a task |
list_subtasks | Get all subtasks for a task |
create_subtask | Create a new subtask |
toggle_subtask_completion | Toggle subtask completion status |
delete_subtask | Delete a subtask |
get_project_stats | Get statistics for a project |
get_all_tasks | Get all tasks with full details across all projects |
Manual installation
You can install the MCP server using:
Installation for