todo-mcp-server

todo-mcp-server

0

The Todo MCP Server is a simple server built using the Model Context Protocol (MCP) to manage todo items stored in an SQLite database. It supports basic operations such as adding, listing, and removing todo items and is implemented in TypeScript using better-sqlite3 and the MCP SDK.

Todo MCP Server

A simple MCP 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. The default database location is C:/todos/todos.db, but this can be changed in the configuration.