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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ttl": {
"command": "go",
"args": [
"run",
"github.com/anirudh-777/ttl@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ttl go run github.com/anirudh-777/ttl@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ttl": {
"command": "go",
"args": [
"run",
"github.com/anirudh-777/ttl@latest"
]
}
}
}
📋 Copy