Google Antigravity uses
serverUrl instead of url in its MCP config — make sure to use the correct field name.Setup
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.Open MCP config
- Open an Agent session and click the ”…” menu at the top of the side panel
- Select MCP Servers to open the MCP Store
- Click Manage MCP Servers at the top, then View raw config
Add the Trilo server
Add the following to your Replace
mcp_config.json:YOUR_TOKEN_HERE with the PAT you copied.Options
Append query parameters to the MCP URL for additional control:| Parameter | Description | Example |
|---|---|---|
workspace_id | Restrict to a specific workspace | https://api.trilo.chat/mcp?workspace_id=abc-123 |
read_only | Force read-only mode | https://api.trilo.chat/mcp?read_only=true |
Troubleshooting
401 Unauthorized
401 Unauthorized
Tools not appearing
Tools not appearing
Click Refresh in the Manage MCP Servers view. Also verify you used
serverUrl (not url) in the config.Session expired (error -32002)
Session expired (error -32002)
MCP sessions expire after 30 minutes of inactivity. Refresh the MCP connection or start a new Agent session.
