Takomo

ChristianKohlberg/Takomo
★ 1 stars Rust AI/LLM Updated today
A hosted, single-source-of-truth task tracker for AI agent fleets — configurable enforced workflows, atomic claims/leases, epics & dependency graphs, with an MCP server, CLI, and web board.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "takomo": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Takomo"
      ]
    }
  }
}

README Excerpt

**A task tracker you host, that every AI agent, orchestrator, and human on a project talks to over HTTP** — one source of truth for work, instead of a todo list trapped in a single checkout. Repo-embedded trackers keep a nice trail inside one repository, but parallel work across many orchestrators, machines, and checkouts needs one authority everyone can reach. Takomo is that authority: hierarchical tickets, a real per-project state machine, atomic claim/lease so exactly one worker owns a ticket

Tools (1)

takomo_ask