Skip to content

TodoriClaude Code-native Task Management

Persistent, structured task management MCP server with minimal context overhead

What is Todori?

Todori is a Model Context Protocol (MCP) server designed specifically for Claude Code that provides persistent, structured task management without consuming your precious context window.

Unlike traditional task management tools, Todori is optimized for AI-driven workflows:

  • Context-Aware: Leverages Claude Code's understanding of your project
  • Lightweight: Minimal overhead in MCP responses
  • Git-Friendly: YAML-based storage that works well with version control
  • Fast: Built on Bun runtime with zero external database dependencies

Quick Start

Install Todori as an MCP server:

bash
claude mcp add todori -- npx -y @litols/todori

Then start using it in your Claude Code sessions to:

  • Track tasks across sessions
  • Manage dependencies between tasks
  • Automatically expand complex tasks into subtasks
  • Query and filter tasks efficiently

Get Started →