Teradata/teradata-mcp-server
If you are the rightful owner of teradata-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Teradata MCP server provides tools and prompts for interacting with Teradata databases, enabling efficient data management and analysis.
Teradata MCP Server
Overview
The Teradata MCP server provides sets of tools and prompts, grouped as modules for interacting with Teradata databases. Enabling AI agents and users to query, analyze, and manage their data efficiently.
Key features
Available tools and prompts
We are providing groupings of tools and associated helpful prompts to support all type of agentic applications on the data platform.
- Search tools, prompts and resources to search and manage vector stores.
- rapidly build RAG applications.
- Query tools, prompts and resources to query and navigate your Teradata platform:
- Table tools, to efficiently and predictably access structured data models:
- to access and manage the Teradata Enterprise Feature Store.
- to easily implement domain-specific tools, prompts and resources for your own business data models.
- Data Quality tools, prompts and resources accelerate exploratory data analysis:
- DBA tools, prompts and resources to facilitate your platform administration tasks:
Getting Started
Step 1. - Identify the running Teradata System, you need username, password and host details to populate "teradata://username:password@host:1025". If you do not have a Teradata system to conect to, then leverage Teradata Clearscape Experience
Step 2. - To cofigure and run the MCP server, refer to the .
Step 3. - There are many client options availale, the explains how to configure and run a sample of different clients.
has been curated to assist.
Quick start with Claude desktop
If you want to quickly evaluate the tool, we recommend using Claude desktop, the uv package manager and Teradata Clearscape Experience.
- Get your Teradata database credentials or create a free sandbox at Teradata Clearscape Experience.
- Install uv. If you are on macOS, use Homebrew:
brew install uv
- Clone this repository with
git clone https://github.com/Teradata/teradata-mcp-server.git
- Install Claude Desktop
- Configure the claude_desktop_config.json (Settings>Developer>Edit Config) by adding the code below, updating the PATH_TO_DIRECTORY (where you cloned the repo in step 2) and database username, password and URL.
{
"mcpServers": {
"teradata": {
"command": "uv",
"args": [
"--directory",
"<PATH_TO_DIRECTORY>/teradata-mcp-server",
"run",
"teradata-mcp-server"
],
"env": {
"DATABASE_URI": "teradata://<USERNAME>:<PASSWORD>@<HOST_URL>:1025/<USERNAME>",
"MCP_TRANSPORT": "stdio"
}
}
}
Contributing
Please refer to the guide and the .