stilllovee/todo-mcp-server
If you are the rightful owner of todo-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 dayong@mcphub.com.
A Model Context Protocol (MCP) server providing backend utilities for command execution, log reading, and task management.
Tools
Functions exposed to the LLM to take actions
execute_curl
Executes a curl command with automatic modifications.
read_logs
Reads logs from a hardcoded log file with different modes.
generate_random_string
Generates a random 6-character alphanumeric string.
plan
Creates a new task list based on the Agent's request.
list
Retrieves all existing tasks of the current session.
add
Adds a new task to the current session's list.
remove
Removes a task from the list by its task_id.
complete
Marks a task as completed.
next
Gets the next task from the session, implementing a sequential workflow.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client