| Crates.io | todolist-mcp |
| lib.rs | todolist-mcp |
| version | 0.2.0 |
| created_at | 2025-07-30 09:33:25.98922+00 |
| updated_at | 2025-11-24 19:18:37.149234+00 |
| description | Simple MCP server for displaying planned tasks |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1773303 |
| size | 75,362 |
A Model Context Protocol (MCP) server that provides a structured todo list tool for AI assistants to manage tasks effectively.
$ claude mcp add todolist -- docker run -i --rm ghcr.io/cbgbt/todolist-mcp:latest
Update your MCP server configuration to match the following:
{
"mcpServers": {
"todolist": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/cbgbt/todolist-mcp:latest"]
}
}
}