How to Connect HCL Domino Data to Gemini Enterprise via CData Connect AI
Gemini Enterprise is Google's enterprise AI assistant, available as part of Google Workspace. With native support for Custom MCP Server data stores, Gemini Enterprise can be extended to query and act on live enterprise data via the Model Context Protocol (MCP). When combined with CData Connect AI Remote MCP, Gemini Enterprise can interact with HCL Domino data in real time using natural language — without data replication or custom integration logic.
CData Connect AI offers a dedicated cloud-to-cloud interface for connecting to HCL Domino data via a single managed MCP endpoint. The CData Connect AI Remote MCP Server enables secure communication between Gemini Enterprise and HCL Domino, allowing users to ask questions and take actions on live HCL Domino data through natural language prompts.
This article explains how to connect Gemini Enterprise to live HCL Domino data through CData Connect AI by creating a Custom MCP Server data store — giving users access to HCL Domino data directly from the Gemini Enterprise chat interface.
Prerequisites
- A CData Connect AI account with at least one active connection (e.g., HCL Domino)
- A Gemini Enterprise account (trial available)
- A Google Cloud project with billing enabled
- The Google Cloud CLI installed and configured
- In your Google Cloud account:
- Override the organization policy for Custom MCP data stores (learn more).
- Grant the Discovery Engine Editor role to the administrator (learn more).
Step 1: Configure HCL Domino connectivity for Gemini Enterprise
Connectivity to HCL Domino from Gemini Enterprise is made possible through CData Connect AI Remote MCP. To interact with HCL Domino data from Gemini Enterprise, start by creating and configuring a HCL Domino connection in CData Connect AI.
- Log into Connect AI, click Sources, and then click Add Connection
- Select "HCL Domino" from the Add Connection panel
-
Enter the necessary authentication properties to connect to HCL Domino.
Connecting to Domino
To connect to Domino data, set the following properties:
- URL: The host name or IP of the server hosting the Domino database. Include the port of the server hosting the Domino database. For example: http://sampleserver:1234/
- DatabaseScope: The name of a scope in the Domino Web UI. The driver exposes forms and views for the schema governed by the specified scope. In the Domino Admin UI, select the Scopes menu in the sidebar. Set this property to the name of an existing scope.
Authenticating with Domino
Domino supports authenticating via login credentials or an Entra ID (formerly Azure AD) OAuth application:
Login Credentials
To authenticate with login credentials, set the following properties:
- AuthScheme: Set this to "OAuthPassword"
- User: The username of the authenticating Domino user
- Password: The password associated with the authenticating Domino user
The driver uses the login credentials to automatically perform an OAuth token exchange.
EntraID (formerly AzureAD)
This authentication method uses Entra ID (formerly Azure AD) as an IdP to obtain a JWT token. You need to create a custom OAuth application in Entra ID (formerly Azure AD) and configure it as an IdP. To do so, follow the instructions in the Help documentation. Then set the following properties:
- AuthScheme: Set this to "EntraID (formerly AzureAD)"
- InitiateOAuth: Set this to GETANDREFRESH. You can use InitiateOAuth to avoid repeating the OAuth exchange and manually setting the OAuthAccessToken.
- OAuthClientId: The Client ID obtained when setting up the custom OAuth application.
- OAuthClientSecret: The Client secret obtained when setting up the custom OAuth application.
- CallbackURL: The redirect URI defined when you registered your app. For example: https://localhost:33333
- AzureTenant: The Microsoft Online tenant being used to access data. Supply either a value in the form companyname.microsoft.com or the tenant ID.
The tenant ID is the same as the directory ID shown in the Azure Portal's Entra ID (formerly Azure AD) > Properties page.
- Click Save & Test
-
Navigate to the Permissions tab in the Add HCL Domino Connection page and update the User-based permissions.
Create an OAuth App in CData Connect AI
Gemini Enterprise uses OAuth 2.0 Authorization Code with PKCE to authenticate users against the CData Connect AI MCP Server. This requires creating a user-based OAuth App in your CData Connect AI account.
- Click the Gear icon () in the top-right corner of Connect AI to open Settings.
- Navigate to OAuth Apps and click + Create App. The Create OAuth App dialog appears.
- Enter the following settings:
- Name — Enter a descriptive name (e.g., GeminiEnterpriseOAuth).
- Authentication Flow — Select User-based (Authorization Code).
- Callback URL — Enter https://vertexaisearch.cloud.google.com/oauth-redirect.
- Click Confirm. CData Connect AI creates the OAuth App and generates a Client ID and Client Secret.
- Copy both the Client ID and Client Secret values. You will need them in Step 5.
With the connection configured and an OAuth App created, we are ready to create the custom MCP server data store in Gemini Enterprise.
Step 2: Create the custom MCP server data store
- Open Gemini Enterprise and navigate to the Data stores screen.
- Click Create data store.
- On the Select a data source page, enter Custom MCP Server in the Search sources field. The Custom MCP Server card displays.
- Click Add MCP server. The MCP Server Configuration page displays.
- In the Authentication settings section, enter values in the following required fields:
- MCP Server URL: https://mcp.cloud.cdata.com/mcp
- Authorization URL: https://cloud-login.cdata.com/authorize
- Token URL: https://cloud-login.cdata.com/oauth/token
- Client ID and Client Secret: From the OAuth App created in Step 1
- Click Login, and complete the sign-in.
- Click Continue, and the Advanced options section opens.
In the MCP Server Description field, enter a description that helps Gemini Enterprise understand what the server does and when to use it. For more information, see Write effective MCP server descriptions and instructions.
Click Continue.
In the Configure your data connector section, select the Location of your data connector from the Multi-region field list.
In Your data connector name, enter a name for your data store.
Click Create. Gemini Enterprise creates your data store and displays your data stores on the Data Stores page.
Note: By default, no tools or actions from your custom MCP servers are enabled. You must enable the tools or actions.
Step 3: Enable actions
After creating the custom MCP server data store, you must enable at least one tool or action before it can be used in Gemini Enterprise.
- Go to your custom MCP server data store.
Open the Actions tab and select Reload custom actions to reauthenticate.
Note: This action performs a tools/list call on the MCP server to retrieve available tools, which are then displayed on the screen.
- Select the actions to enable.
- Click Enable actions.
Step 4: Connect the MCP server data store to a Gemini Enterprise app
After creating the custom MCP server data store and enabling actions, you must connect the data store to a Gemini Enterprise app before it can be used.
- In the Google Cloud console, go to the Gemini Enterprise page.
- From the navigation menu, click Apps.
- Select the Gemini Enterprise app where you want to connect your data store.
- From the navigation menu of the app, click Connected data sources.
- Click Add existing data stores and select your data store.
- Click Connect.
Step 5: Query live HCL Domino data with natural language
With the data store connected, Gemini Enterprise users can interact with live HCL Domino data using natural language from the Gemini Enterprise web application. Each user authenticates with their own Connect AI credentials via the OAuth flow on first use.
- Open Gemini Enterprise, click Connections and authorize CData Connect AI.
-
Ask natural language questions about your HCL Domino data:
- "Show me all HCL Domino data from the last 30 days"
- "What are the top records in HCL Domino data by revenue?"
- "List all active HCL Domino data and their current status"
- "Summarize HCL Domino data activity for this quarter"
- The agent automatically discovers available connections in Connect AI, identifies the most relevant HCL Domino connection, generates SQL, and returns results — all without requiring the user to write queries or understand the underlying data structure.
Get CData Connect AI
To get live data access to hundreds of SaaS, Big Data, and NoSQL sources directly from Gemini Enterprise and other AI platforms, try CData Connect AI today!