Skip to main content
Glama

Teradata MCP Server

Official
by Teradata
Google_Gemini_CLI.md1.2 kB
## Using with gemini-cli 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) * ```git clone https://github.com/Teradata/teradata-mcp-server.git``` * ```cd teradata-mcp-server``` * ```docker compose up``` 3. Go to https://github.com/google-gemini/gemini-cli follow instruction to install * For authenticate, please use personal google email. 4. Go to your project folder, create ```.gemini/settings.json``` accordingly ``` { "theme": "Default", "selectedAuthType" : "oauth-personal", "mcpServers": { "teradata-http": { "httpUrl" : "http://127.0.0.1:8001/mcp/", "timeout" : 5000 } } } ``` 5. Open a cmd terminal, type ```gemini``` and hit enter, now you should see gemini-cli interface.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Teradata/teradata-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server