Skip to main content

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.

alt text

  • Search tools, prompts and resources to search and manage vector stores.
  • Query tools, prompts and resources to query and navigate your Teradata platform:
  • Table tools, to efficiently and predictably access structured 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

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:

  1. Get your Teradata database credentials or create a free sandbox at Teradata Clearscape Experience.
  2. Install Claude Desktop
  3. 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:

  1. Install uv. If you are on macOS, use Homebrew: brew install uv
  2. Clone this repository: git clone https://github.com/Teradata/teradata-mcp-server.git
  3. Navigate to the directory: cd teradata-mcp-server
  4. 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

Teradata Server MCP server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

teradata_mcp_server-0.1.1.tar.gz (72.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

teradata_mcp_server-0.1.1-py3-none-any.whl (85.9 kB view details)

Uploaded Python 3

File details

Details for the file teradata_mcp_server-0.1.1.tar.gz.

File metadata

  • Download URL: teradata_mcp_server-0.1.1.tar.gz
  • Upload date:
  • Size: 72.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for teradata_mcp_server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ec2214e071d06684c37d5cc8dca3d46ac50661ae7d24edf73abc75b90c7e466d
MD5 efa8860c6414c1ff732d6a585a69e569
BLAKE2b-256 298a81fcf5c222e7fcf0afd9ec7dbf4c619b49830e92ffe8d56f87a1bdea9e42

See more details on using hashes here.

File details

Details for the file teradata_mcp_server-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for teradata_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1db3c3bde0e174df6db2688155688b647193dfbb889715651d6b2ea530bb1004
MD5 434e215fad9ad145a3388d129fea0d4d
BLAKE2b-256 0485763ca4c07bef2a3f0e36153b5862a6e72df50dae3047f94529f0acb75ea3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page