Claude connector setup
Gyrence is available as an OAuth-connected MCP server in the Lovable agent catalog. This lets Claude (and other MCP clients) connect as your signed-in Gyrence user rather than requiring a workspace API key.
Use this page when you are adding Gyrence to Claude via the Lovable → Agent integrations flow.
Required URLs
| Field | Type | Description |
|---|---|---|
MCP server URL | URL | https://www.gyrence.com/lovable-mcp |
OAuth issuer | URL | https://ibyolqmxajnzxwqbptvf.supabase.co/auth/v1 |
OAuth protected resource | URL | https://www.gyrence.com/.well-known/oauth-protected-resource |
Consent URL | URL | https://www.gyrence.com/.lovable/oauth/consent |
Manifest | Path | .lovable/mcp/manifest.json (auto-generated) |
How to connect
- In Claude, go to Settings → Connectors and choose Add custom connector.
- Paste the MCP server URL:
https://www.gyrence.com/lovable-mcp. - Claude fetches the OAuth resource metadata and opens the Gyrence consent screen.
- Sign in with your Gyrence Google account.
- Click Approve on the consent screen.
- Claude can now call the exposed
whoamitool (and any additional OAuth-scoped tools added later).
Important notes
- Use
https://www.gyrence.com/lovable-mcp, nothttps://gyrence.com/lovable-mcp. The apex redirects towwwand some MCP clients do not follow redirects. - The OAuth server supports dynamic client registration, so no manual Client ID or Secret is required.
- The current OAuth server exposes only the
whoamitool. To call the five Gyrence primitives, use the workspace-key endpoint at/api/mcpor ask the workspace admin to enable the primitive tools on the OAuth surface. - The consent screen is at
/.lovable/oauth/consent. If you are sent to the login page first, sign in and you will be redirected back to consent automatically.
Troubleshooting
If Claude reports "this session can't run that flow itself", you are using the claude_desktop_config.json transport, which does not support OAuth. You must add Gyrence through Claude's in-app connector settings instead.
Two MCP surfaces
Gyrence has two separate MCP endpoints:
- OAuth (this page):
https://www.gyrence.com/lovable-mcp— signs you in as a Gyrence user. - Workspace key:
https://www.gyrence.com/api/mcp— uses a bearer API key and exposes the five primitives. See MCP integration for that setup.
