Setup
The Gomry MCP server is a hosted remote MCP endpoint. You don’t install anything locally — you generate a token, paste a URL into your AI client, and you’re done.1. Generate a token
1
Open the MCP settings page
In your Gomry dashboard, go to Organization Settings → MCP.
The MCP tab is only visible to admins and owners of an organization.
2
Click Generate Token
A new token is created and the full MCP URL is shown once:Copy this URL immediately — the raw token is never shown again.
3
(Optional) Revoke previous tokens
Generating a new token automatically revokes any prior token for the same user + org. You’ll always have at most one active token at a time per organization you belong to.
2. Connect your AI client
- Claude
- Cursor
- Claude Desktop
- Open Settings → Connectors (or Tools, depending on the version).
- Click Add a connector → Custom MCP server.
- Paste the URL you copied:
- Save. Claude will call
tools/listand show the available Gomry tools in the picker.
3. Verify it works
In your client, ask:“List my events.”The assistant should invoke the
list_events tool and return your organization’s events. If you see a 401 error, the token is missing or revoked. If you see “tool not found,” your privileges don’t include the required scope (see Available tools).
Authentication details
The MCP endpoint accepts the token in any of these forms — clients vary in which they use:
Claude typically uses the URL
?token= for the initial handshake and switches to Authorization: Bearer for subsequent tool calls. Both refer to the same token.
