Model Context Protocol (MCP) server for Teradata, Community edition
Project description
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.
- RAG Tools 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:
- Feature Store Tools to access and manage the Teradata Enterprise Feature Store.
- Semantic layer definitions 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 Getting started guide.
Step 3. - There are many client options availale, the Client Guide explains how to configure and run a sample of different clients.
A Video Library has been curated to assist.
Installation
PyPI Installation (Recommended)
The easiest way to get started is to install from PyPI:
pip install teradata-mcp-server
Quick start with Claude desktop
Once installed, you can use the MCP server with Claude Desktop:
- Get your Teradata database credentials or create a free sandbox at Teradata Clearscape Experience.
- Install Claude Desktop
- Configure the claude_desktop_config.json (Settings>Developer>Edit Config) by adding the configuration below, updating the database username, password and URL:
{
"mcpServers": {
"teradata": {
"command": "teradata-mcp-server",
"args": ["--profile", "all"],
"env": {
"DATABASE_URI": "teradata://<USERNAME>:<PASSWORD>@<HOST_URL>:1025/<USERNAME>"
}
}
}
}
Build from Source (Development)
For development or customization, you can build from source:
- Install uv. If you are on macOS, use Homebrew:
brew install uv - Clone this repository:
git clone https://github.com/Teradata/teradata-mcp-server.git - Navigate to the directory:
cd teradata-mcp-server - Run the server:
uv run teradata-mcp-server
For Claude Desktop with development build, use this configuration:
{
"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 Contributing guide and the Developer Guide.
Certification
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file teradata_mcp_server-0.1.2.tar.gz.
File metadata
- Download URL: teradata_mcp_server-0.1.2.tar.gz
- Upload date:
- Size: 72.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
290f5e88d8dfa933446df52140a027090657e089a7df0abad17aba7446593354
|
|
| MD5 |
a242e83a727c268c3d0cf52afbe562fe
|
|
| BLAKE2b-256 |
99f1bb7dd413fc9515f465efe188195718c086315560639c0162d76c2a4f88cb
|
File details
Details for the file teradata_mcp_server-0.1.2-py3-none-any.whl.
File metadata
- Download URL: teradata_mcp_server-0.1.2-py3-none-any.whl
- Upload date:
- Size: 85.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88b6964327f4766a2cf3b7d13cac70905732f8d6de9e3783a9878705df3a0bf2
|
|
| MD5 |
726f704ab891e1054390aca3c21c4a0f
|
|
| BLAKE2b-256 |
aa84f06e67b14d750ce0d800181207c291bb36f6ff3da88b1ec544d5a42e6ade
|