todo-mcp-server

todo-mcp-server

6

The Todo MCP Server is designed to manage todo items using a Model Context Protocol server. It supports operations like adding, listing, and removing todo items with storage via SQLite database.

Todo MCP Server

A simple MCP (Model Context Protocol) server for managing todo items with SQLite database storage.

Features

  • Add new todo items
  • List all todo items
  • Remove todo items by ID

Database

The application uses SQLite for data storage. By default, the database file is created at C:/todos/todos.db. The database and its directory will be automatically created if they don't exist.

Development

This project is built with TypeScript, better-sqlite3 for database operations, and MCP SDK for the server implementation.