Setup
1
Create a Personal Access Token
In Trilo, go to Profile Settings > API > Create Token. Select the scopes you need (
mcp:read, mcp:write) and copy the token.2
Add the MCP server
Choose one of these options:Option A — Settings UI:Replace
- Open Cursor Settings > MCP
- Click Add MCP Server
- Set the URL to
https://api.trilo.chat/mcp - Add the Authorization header with your PAT
.cursor/mcp.json in your project root:YOUR_TOKEN_HERE with the PAT you copied.3
Verify the connection
In Cursor’s AI chat, ask:If it returns your workspace data, you’re connected.
Options
Append query parameters to the MCP URL for additional control:Troubleshooting
Tools not appearing
Tools not appearing
Restart Cursor after adding the MCP server. Verify the URL is exactly
https://api.trilo.chat/mcp with no trailing slash.Session expired (error -32002)
Session expired (error -32002)
MCP sessions expire after 30 minutes of inactivity. Cursor usually reconnects automatically. If not, restart the editor.
