radiumce/checklist-mcp-server
If you are the rightful owner of checklist-mcp-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 simple example implementation of a Model Context Protocol (MCP) server that manages checklists.
Tools
Functions exposed to the LLM to take actions
save_tasks
Saves or replaces a list of tasks for a session. Creates a new session if no ID is provided.
get_all_tasks
Retrieves all tasks for a given session ID.
mark_task_as_done
Marks a specific task as DONE within a session.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client