Choose your AI client below. You'll be asked to sign in to your Tenzo account the first time you connect.
Connect ChatGPT to Tenzo with our ChatGPT app.
Install the Tenzo app for ChatGPT
Please install the ChatGPT plugin from here.
Authorize
You'll be prompted to connect your Tenzo account on first use.
This connector runs inside Gemini Enterprise — Google's Cloud agent platform (console.cloud.google.com/gemini-enterprise), not the Gemini built into Gmail and Docs. You'll need the Standard or Plus edition and someone with Google Cloud admin access. Budget about 20 minutes end to end.
Clear the two gates
Override the org policy that blocks custom-MCP data stores: IAM & Admin → Organization Policies, set it to Off for your project (this is org-level, so it needs an Organization Policy Administrator). Then grant the builder the Discovery Engine Editor role (roles/discoveryengine.editor).
Create the Tenzo credentials
Gemini can't self-register, so Tenzo registers an OAuth client for you using the redirect URI https://vertexaisearch.cloud.google.com/oauth-redirect, and provides the client ID and client secret. Getting this redirect URI right is what makes sign-in work later.
Create the data store
Go to Data stores → Custom MCP Server. Set the server URL to https://ai.gotenzo.com/mcp, then paste the authorization URL, token URL and the client ID/secret from the previous step. Sign in and wait for the state to flip to Active.
Enable the tools
In the data store, choose Actions → Reload custom actions, pick the Tenzo tools you want, then Enable actions. Skip this and the connector is attached but does nothing.
Attach it to your Gemini app
Go to Apps → your app → Add existing data stores and select Tenzo. Then open the app, go to Manage your data → Enable actions, and sign in to authorise. The Tenzo tools are now callable in that app.
The Gemini custom MCP connector is in Preview and is not supported with VPC-SC / PSC. On the Business edition, confirm custom MCP connector availability with your Google rep before committing.
Any MCP-compatible client can connect to the Tenzo server using:
| Setting | Value |
| Server URL | https://ai.gotenzo.com/mcp/ |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.0 (handled automatically) |
If your client doesn't support remote MCP servers natively, use the mcp-remote bridge:
npx -y mcp-remote https://ai.gotenzo.com/mcp/ --transport http-first