todolist-mcp

Crates.iotodolist-mcp
lib.rstodolist-mcp
version0.2.0
created_at2025-07-30 09:33:25.98922+00
updated_at2025-11-24 19:18:37.149234+00
descriptionSimple MCP server for displaying planned tasks
homepage
repository
max_upload_size
id1773303
size75,362
Sean P. Kelly (cbgbt)

documentation

README

TodoList MCP Server

A Model Context Protocol (MCP) server that provides a structured todo list tool for AI assistants to manage tasks effectively.

Installation

Installing via Claude Code

$ claude mcp add todolist -- docker run -i --rm ghcr.io/cbgbt/todolist-mcp:latest

Installing via Q Developer CLI

Update your MCP server configuration to match the following:

{
  "mcpServers": {
    "todolist": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/cbgbt/todolist-mcp:latest"]
    }
  }
}
Commit count: 0

cargo fmt