Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/client_guide/Google_Gemini_CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

> **📍 Navigation:** [Documentation Home](../README.md) | [Server Guide](../README.md#-server-guide) | [Getting started](../server_guide/GETTING_STARTED.md) | [Architecture](../server_guide/ARCHITECTURE.md) | [Installation](../server_guide/INSTALLATION.md) | [Configuration](../server_guide/CONFIGURATION.md) | [Security](../server_guide/SECURITY.md) | [Customization](../server_guide/CUSTOMIZING.md) | [Client Guide](CLIENT_GUIDE.md)

> **⚠️ Version Compatibility Notice:** This integration requires gemini-cli version 0.1.9. Use the following command to run the correct version:
> ```bash
> npx @google/[email protected]
> ```

1. Make sure you have Teradata database access. (the most convenient way: Go to https://clearscape.teradata.com create account and login, start the environment and click on Run Demo)
2. Go to https://github.com/Teradata/teradata-mcp-server run below lines in cmd terminal. (once build finished, you should see Teradata-mcp-server image in your docker desktop)
* ```export DATABASE_URI=teradata://username:password@host:1025``` (use the username, password, host from above clearscape step)
Expand All @@ -19,9 +24,11 @@
"mcpServers": {
"teradata-http": {
"httpUrl" : "http://127.0.0.1:8001/mcp/",
"timeout" : 5000
"timeout" : 300000
}
}
}
```
5. Open a cmd terminal, type ```gemini``` and hit enter, now you should see gemini-cli interface.
* **Note:** The timeout is set to 300000ms (5 minutes) to accommodate long-running analytical operations like clustering. Adjust if needed.
5. Open a cmd terminal, type ```npx @google/[email protected]``` and hit enter, now you should see gemini-cli interface.
* **Note:** Using version 0.1.9 is required for compatibility with the Teradata MCP server.