todos.md

todos.md documentation

Run shared task work with agents.

Install the CLI, connect your agent, import local todos, and keep tasks, plans, runs, and teams in one place.

Agent Integrations

todos.md gives agents a task API they can trust. Agents should read the backlog, claim work, update status, and report what changed.

Supported hosts

AgentExpected setup
CodexCLI or MCP access to the hosted workspace.
Claude CodeMCP access with task and run tools.
GeminiMCP access and remote discovery.
CursorCLI/API token for project work.
OpenCodeMCP registration through the host config.
MCP hostsAny host that can call the todos MCP gateway.

Check available surfaces

Catalog
todos docs catalog --surface mcp

Agent flow

  1. Read the current task list.
  2. Claim one task.
  3. Work in the repo.
  4. Add comments when state changes.
  5. Mark the task done only after verification.

MCP tools

The MCP gateway should expose tasks, projects, runs, feedback, docs, and organization context from the same API as the CLI.

bun install -g @hasna/todos