What You Can Do
Once connected, your AI tool can interact with your entire Trilo workspace:| Category | Example Prompts |
|---|---|
| Tasks | ”Create a bug report for the login issue” / “What tasks are assigned to me?” |
| Pages | ”Write an implementation plan and save it as a page” / “Update the API docs page” |
| Messages | ”Send a status update to the backend channel” / “What did the team discuss today?” |
| Calendar | ”Schedule a design review for Friday at 2pm” / “What meetings do I have this week?” |
| Meetings | ”Summarize the standup transcript” / “Search meetings for discussion about auth” |
| Spreadsheets | ”Create a sprint tracking spreadsheet” / “Update the budget numbers” |
| Members | ”Who’s on the mobile project?” / “Add Sarah to the backend project” |
| Knowledge Base | ”Search our docs for the deployment guide” / “Find resources about onboarding” |
Supported AI Clients
Claude Code
Anthropic’s CLI tool. Supports PAT authentication via
claude mcp add.Claude Desktop
Configure via JSON config file with PAT authentication.
Cursor
Configure via Settings UI or
.cursor/mcp.json with PAT authentication.Windsurf
Configure via Settings or config file with PAT authentication.
Authentication
Trilo uses Personal Access Tokens (PATs) to authenticate MCP connections. PATs give you fine-grained control over permissions and can be revoked at any time.| Method | Best For | Setup |
|---|---|---|
| Personal Access Token (PAT) | All AI coding tools, CI/CD, scripts | Generate in Trilo settings, pass as Bearer token |
Token Scopes
When creating a PAT, you choose which scopes to grant:| Scope | Permissions |
|---|---|
mcp:read | List and read workspaces, projects, tasks, pages, messages, members, events, meetings, resources, spreadsheets |
mcp:write | Everything in mcp:read plus create and update tasks, pages, messages, events, spreadsheets, and project members |
mcp:admin | Everything in mcp:write plus administrative operations |
