Skip to main content
Glama

brello

Query your team's work from the terminal, or straight from Claude. A small CLI and MCP server for Roster. No app, no SQL.

$ brello stats
team size: 7
open: 24   done: 37   overdue: 5
active now: 2

Install

npm install -g brello

Then sign in — paste the token your admin gave you (saved, so you only do it once):

brello auth
brello stats

Need a token? Ask your admin to issue one. The command is brello (typing roster works too).

git clone https://github.com/brickshubkuwait/roster-cli-mcp.git
cd roster-cli-mcp && npm install && npm link
brello auth

Related MCP server: Jira MCP Server

CLI

Command

What it shows

brello stats

Team dashboard — size, open / done / overdue, who's tracking

brello team

Your team members

brello overdue

Cards past their due date and not done

brello workload

Open + overdue cards per person

brello active

Who's tracking time right now (live Hubstaff)

brello leaves

Upcoming time off for your team (Vacation Tracker)

brello comments

Recent comments on your team's cards

brello reactions

Recent emoji reactions on your team's cards

brello activity

Card history — moves (stage→stage), comments, splits, edits

brello search "<text>"

Find cards by title or client

brello card <id>

Every field on a card — brief, subtasks, split, collaborators, links, created + last update

brello stages

Board stages with your team's open card count in each

brello departments

The roster's departments and headcount

brello shoots

The whole shoot schedule — recent + upcoming, company-wide

Run brello help to see them all. Full reference: QUERIES.md.

Limits

Surface

Limit

CLI (brello …)

180 requests / minute per token

MCP (Claude tools)

180 requests / minute per token (shared with the CLI)

Each call returns a sensible page: search up to 50 cards, comments / reactions the latest 40, leaves the next 60 upcoming.

Use it from Claude (MCP)

The global install also adds a brello-mcp command. If you've run brello auth, Claude reuses that sign-in — just add this to ~/.claude.json and ask in plain English ("what's overdue for my team?", "who's off next week?"):

{
  "mcpServers": {
    "brello": {
      "command": "brello-mcp"
    }
  }
}

No path, no token — the server reads the one brello auth saved. To pin a specific token, add "env": { "BRELLO_TOKEN": "..." }.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brickshubkuwait/roster-cli-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server