coolcao/todo-mcp-server
3.2
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 henry@mcphub.com.
The MCP server is a simple task management server that allows users to manage their to-do lists efficiently using a set of predefined tools.
Tools
5
Resources
0
Prompts
0
简易的待办事项管理 MCP 服务器
工具列表:
- addTodo: 添加待办事项
- queryTodos: 查询所有待办事项
- deleteTodo: 删除待办事项
- updateTodo: 更新待办事项
- toggleTodoStatus: 更新待办事项状态
数据存储使用 lokijs,支持持久化到本地,添加环境变量: DB 为本地路径即可,比如
/Users/your-home/todos.db
⚠️ 如不设置 DB ,将无法持久化