todo-mcp-server

todo-mcp-server

0

The TodoMCPAppServer is a Model Context Protocol server designed for managing todo items. It supports CRUD operations with YAML file storage and a real-time update feature using stdio transport.

TodoMCPAppServer

An MCP server implementation for a Todo application that uses YAML file persistence and stdio transport.

Features

  • Create, Read, Update, Delete (CRUD) operations for TODO items.
  • Data persistence using YAML files.
  • MCP transport over stdio (standard input/output).
  • Real-time updates.
  • Each TODO item includes fields: ID, title, completed status, description, due date, creation date, and update date.

Requirements

  • Node.js v22 or above.

Installation

  1. Clone the repository and navigate into it.
  2. Install dependencies.
  3. Build with TypeScript.

Usage

  1. Run the build process.
  2. Add the MCP server configuration to each MCP client.