Claude Todo Emulator

Emulates Claude Code's task management system with persistent todo functionality, providing workspace-local storage and validation rules that ensure unique IDs and allow only one in-progress task at a time.

View Source
16 stars
0 tools
Created Aug 2025
@joehaddad2000/joehaddad2000-claude-todo-emulator-claude-todo-emulator

About

Emulates Claude Code's task management system with persistent todo functionality, providing workspace-local storage and validation rules that ensure unique IDs and allow only one in-progress task at a time.

Categories

general

Installation

npm

npm install @joehaddad2000/joehaddad2000-claude-todo-emulator-claude-todo-emulator

Configuration

{ "mcpServers": { "joehaddad2000-claude-todo-emulator-claude-todo-emulator": { "command": "npx", "args": [ "-y", "@joehaddad2000/joehaddad2000-claude-todo-emulator-claude-todo-emulator" ] } } }