todo-mcp-server

todo-mcp-server

3.1

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.

TodoアプリケーションのためのMCPサーバー実装。YAMLファイルによるタスク永続化とstdioトランスポートを使用します。

The TodoMCPAppServer is a Model Context Protocol (MCP) server implementation designed specifically for managing a Todo application. It utilizes YAML files for task persistence and employs standard input/output (stdio) for MCP transport. This server supports CRUD operations for todo items, allowing users to create, read, update, and delete tasks. Each task is stored with fields such as a unique identifier, title, completion status, optional description, due date, and timestamps for creation and updates. The server is built to provide real-time updates, ensuring that changes to tasks are immediately reflected. It requires Node.js version 22 or higher for operation.

Features

  • CRUD operations for todo items
  • Data persistence using YAML files
  • MCP transport via stdio
  • Real-time updates
  • Comprehensive task fields including id, title, completed status, description, due date, and timestamps