ttl

anirudh-777/ttl
★ 0 stars Go AI/LLM Updated today
Terminal-first, multi-tenant task tracker — single static binary ships a CLI, TUI, web UI, REST API, WebSocket live updates, and an MCP server for AI agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ttl": {
      "command": "go",
      "args": [
        "run",
        "github.com/anirudh-777/ttl@latest"
      ]
    }
  }
}