Prerequisites
Before you can configure and use Gemini with Connect AI, you must first connect a data source to your Connect AI account. See Sources for more information. (Basic authentication and Google ADK only) Generate a Personal Access Token (PAT) on the Settings page. Copy this down, as it acts as your password during authentication. You need Python >= 3.10 to use the Gemini tools.Connect through the Gemini Command Line Interface
After you install Gemini, create the settings file and then choose an authentication method.OAuth Authentication
Basic Authentication
Copy and paste the following into the
settings.json file. Replace EMAIL with your Connect AI email and PAT with the PAT you obtained in the prerequisites:Use Gemini
Enter a prompt in the prompt box to ask Gemini a question. Gemini uses the Connect AI tools such as
getCatalogs, getSchemas, and getTables to retrieve data from connected data sources.Connect through the Google ADK
Download the folder adk-mcp-client and unzip the folder.
In the
.env file, replace your_email@example.com with your Connect AI email, and replace your_mcp_password_here with the PAT created in the prerequisites.Run
python -m google.adk.cli web --port 5000. This starts the ADK at port 5000 on your local machine.


