Skip to main content

AI-Agent First TODO List Tracker with MCP and CLI interfaces

Project description

ai-todo

AI-native task management for coding agents

Simple, persistent, version-controlled TODO tracking that works naturally with AI agents like Cursor, Claude, and Copilot.


Quick Start

Add this to your project's .cursor/mcp.json:

{
  "mcpServers": {
    "ai-todo": {
      "command": "uvx",
      "args": ["ai-todo", "serve", "--root", "${workspaceFolder}"]
    }
  }
}

Then enable the server in Cursor Settings → MCP Servers → toggle ai-todo on.

That's it! Your AI agent can now manage tasks directly. No installation required.

Try it: Ask your agent to "create a task for implementing user authentication"


Why ai-todo?

AI agents track tasks internally, but this creates a closed system that gets lost after sessions end. ai-todo provides a permanent, version-controlled record in your Git repository.

  • Persistent — Tasks survive across sessions, restarts, and time
  • Version Controlled — Tracked in Git alongside your code
  • AI-Native — MCP integration for direct agent interaction
  • Human Readable — Plain Markdown in standard TODO.md format
  • Zero Config — Works immediately, no setup required
  • Instant & Local — No API calls, authentication, or rate limits

Installation Options

Option A: Zero-Install MCP (Recommended)

For AI agent integration via Cursor or similar IDEs. Uses uvx to run on-demand without permanent installation.

Project-specific setup (.cursor/mcp.json):

{
  "mcpServers": {
    "ai-todo": {
      "command": "uvx",
      "args": ["ai-todo", "serve", "--root", "${workspaceFolder}"]
    }
  }
}

Requires uv to be installed (curl -LsSf https://astral.sh/uv/install.sh | sh).

Option B: System Installation

For CLI usage or permanent MCP server setup. Requires Python 3.10+.

# Install globally (recommended)
uv tool install ai-todo

# Or with pipx
pipx install ai-todo

CLI Usage: ai-todo [command] (e.g., ai-todo add "My task", ai-todo list)

MCP Server: ai-todo serve (for Cursor integration)


For Humans

With ai-todo, you simply tell your AI agent what you want in plain English:

  • "Create a task for implementing user authentication"
  • "Break down the auth feature into subtasks"
  • "Mark task 1 as complete"
  • "Show me all tasks tagged with #bug"
  • "Archive completed tasks"
  • "Prune archived tasks older than 30 days" — Keep TODO.md clean
  • "Fix the issue from #123" — Reference GitHub Issues in tasks

Your agent handles the technical details. All tasks are stored in TODO.md in your repository.


See It In Action

This repository uses ai-todo for its own development! Check TODO.md to see:

  • Task hierarchies with subtasks
  • Tag-based organization (#feature, #bug, #documentation)
  • Completion tracking and archiving
  • Real development workflow in action

Documentation


License

Apache License 2.0 — See LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ai_todo-4.0.0b5.tar.gz (73.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ai_todo-4.0.0b5-py3-none-any.whl (81.7 kB view details)

Uploaded Python 3

File details

Details for the file ai_todo-4.0.0b5.tar.gz.

File metadata

  • Download URL: ai_todo-4.0.0b5.tar.gz
  • Upload date:
  • Size: 73.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ai_todo-4.0.0b5.tar.gz
Algorithm Hash digest
SHA256 4735621a1deaa83f2bf76560a92d8670e27232ab5e83a1333d6a3cc0c76cfbb6
MD5 41bc10664db2b3fcef8d0cf53599357a
BLAKE2b-256 a9c97f46625ee7922c046d2fd3764a6acb6afe30c00ef6b04e13e6740d3dc962

See more details on using hashes here.

Provenance

The following attestation bundles were made for ai_todo-4.0.0b5.tar.gz:

Publisher: ci-cd.yml on fxstein/ai-todo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ai_todo-4.0.0b5-py3-none-any.whl.

File metadata

  • Download URL: ai_todo-4.0.0b5-py3-none-any.whl
  • Upload date:
  • Size: 81.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ai_todo-4.0.0b5-py3-none-any.whl
Algorithm Hash digest
SHA256 f053841bd2692079f193c288b4b8166cf9a39d68525fab4008ff24f2c0f0b356
MD5 00f22c4a545e3401e7dabd05c593f566
BLAKE2b-256 9868594ecfad2c74aa884c5e6a699f7f13ad2c6c4bc2f99f64860efe7c4dc016

See more details on using hashes here.

Provenance

The following attestation bundles were made for ai_todo-4.0.0b5-py3-none-any.whl:

Publisher: ci-cd.yml on fxstein/ai-todo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page