Summary
Board state, readable in the conversation where the work is being planned.
Four calls take you from which boards exist, to the lists on one, to the cards in a list, to what a single card actually says — enough to answer 'what is in progress' without anyone opening Trello.
What it is
A read-only TypeScript server over the Trello API: your boards, the lists on one, the cards in a board or list, and the detail behind a single card.
What you get
- Every board the authenticated user can see
- The lists on a board you name
- The cards on a board, or narrowed to one list
- Full detail for a single card
Requirements
An API key and a token, both in a .env file, and Node.js 18.x or higher. The project is built locally with make before first use.
