I built a CLI for Taiga.io – aimed at AI Agents and Automation

Hi everyone,

I recently released taiga-cli, a new command-line tool for managing Taiga projects.

While it works great as a standard CLI for developers who want to stay in the terminal, I specifically designed it to work seamlessly with AI tools and LLMs.

It functions as a lightweight alternative to setting up a full MCP (Model Context Protocol) server. You can simply give your AI agent access to the CLI, and it can directly read, create, and manage your backlog without complex integration.

Key Features:

  • Direct Control: Create and view Epics, User Stories, Issues, and Tasks.

  • AI Ready: Outputs clean text that LLMs can parse easily.

  • Cross-Platform: Available now as a .NET tool on NuGet.

How to install:
dotnet tool install --global taiga-cli

Check it out here: https://www.nuget.org/packages/taiga-cli

Feedback is welcome!


nice, i don’t use dotnet but should be easy to adapt to an npm package or pip?