Personal todo MCP server for Claude Code. Hybrid semantic search (Vector + FTS5 + RRF).
Add to your Claude Code plugin marketplace or run directly:
npx getember@latest
npx getember warmup
| Tool | Description |
|---|---|
add_todo | Add a todo. Required: title. Optional: note, priority, tags |
list_todos | List todos. Defaults to incomplete only. status='all' includes completed |
update_todo | Update a todo by uuid. Pass only fields to change |
complete_todo | Mark todo(s) as done (single uuid or array) |
archive_todo | Soft-delete todo(s) (single uuid or array) |
unarchive_todo | Restore archived todo(s) |
delete_todo | Permanently delete archived todo(s) |
search_todos | Semantic hybrid search over todos |
Stored in ~/.ember/ember.db (SQLite + sqlite-vec).
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimSemantic search skill + MCP server for Claude Code conversation history
npx claudepluginhub hyunjae-labs/clauder --plugin emberTodoist for Claude Code — manage tasks, projects, labels, and workflows from your terminal.
Task and project management with the tdn CLI. Helps Claude work as a productivity assistant, managing tasks, projects, and areas stored as markdown files on disk.
Install and manage TaskYou — a personal task management system with Kanban board, background AI execution, and git worktree isolation.
Agent-first task management. Track tasks, learnings, and decisions across sessions.
Manage tasks, plan your day, and build up memory of important context about your work. Syncs with your calendar, email, and chat to keep everything organized and on track.
MCP server for taskmd. Provides direct tool access for task operations (list, get, next, search, set, validate, graph) without shelling out to the CLI.