Roster
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rostershow me team stats"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: 2Install
npm install -g brelloThen sign in — paste the token your admin gave you (saved, so you only do it once):
brello auth
brello statsNeed a token? Ask your admin to issue one. The command is
brello(typingrosterworks too).
git clone https://github.com/brickshubkuwait/roster-cli-mcp.git
cd roster-cli-mcp && npm install && npm link
brello authRelated MCP server: Jira MCP Server
CLI
Command | What it shows |
| Team dashboard — size, open / done / overdue, who's tracking |
| Your team members |
| Cards past their due date and not done |
| Open + overdue cards per person |
| Who's tracking time right now (live Hubstaff) |
| Upcoming time off for your team (Vacation Tracker) |
| Recent comments on your team's cards |
| Recent emoji reactions on your team's cards |
| Card history — moves (stage→stage), comments, splits, edits |
| Find cards by title or client |
| Everything for one person — every card, live AND archived, with their open/done/archived totals + what they're tracking now |
| Every field on a card — brief, subtasks, split, collaborators, links, created + last update |
| Markup.io review feed — videos/images submitted for review, open comment-thread counts + links |
| Everything for one client — every in-scope card (live + done), who's on it, with open/done/overdue totals |
| Cards due soon — the next N days (default 7), soonest first |
| Recently completed cards — the last N days (default 14) |
| Blocked or stuck cards — explicit blockers, or overdue by 3+ days |
| Recently touched cards across your team (default 20) |
| Live pulse — who's tracking now, what's due today, and the latest card moves |
| Board stages with your team's open card count in each |
| The roster's departments and headcount |
| The whole shoot schedule — recent + upcoming, company-wide |
Run brello help to see them all. Full reference: QUERIES.md.
Limits
Surface | Limit |
CLI ( | 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 authsaved. To pin a specific token, add"env": { "BRELLO_TOKEN": "..." }.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables AI assistants to query software supply chain compliance data, including asset status, security vulnerabilities, and evidence lineage. It allows for natural language analysis of compliance posture, policy violations, and deployment blockers across an organization.Last updated
- Flicense-qualityDmaintenanceProvides read-only issue and project management tools for Jira Server/DC, enabling querying issues, projects, and assignments via natural language.Last updated

schoox-mcp-serverofficial
AlicenseAqualityCmaintenanceEnables querying Schoox LMS data (users, courses, enrollments, etc.) via natural language using AI assistants, without writing API code.Last updated157MIT- Alicense-qualityCmaintenanceEnables querying your spreadsheet using natural language questions; provides read-only tools for schema, sample data, and structured query execution with auditable computation traces.Last updatedMIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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