tasqx

dimitritholen/tasqx
★ 0 stars Rust AI/LLM Updated 1d ago
Terminal-native task manager with a stable JSON API — CLI, HTML reports and an MCP server are all clients of one contract.
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": {
    "tasqx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "tasqx"
      ]
    }
  }
}

README Excerpt

A task manager that lives in the terminal. It does what Taskwarrior does, with less friction, and it treats an AI agent as a normal user instead of an add-on. ```console $ tasqx add Ship the release notes due:friday +docs !high --project work Added #42 · pending · urgency 11.4 · work Ship the release notes

Tools (1)

unarchive