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.

Getting Started

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.

Teradata MCP Server diagram

  • 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:

Quick start with Claude Desktop (no installation)

Prefer to use other tools? Check out our Quick Starts for VS Code/Copilot, Open WebUI, or dive into simple code examples! You can use Claude Desktop to give the Teradata MCP server a quick try, Claude can manage the server in the background using uv. No permanent installation needed.

Pre-requisites

  1. Get your Teradata database credentials or create a free sandbox at Teradata Clearscape Experience.
  2. Install Claude Desktop.
  3. Install uv. If you are on MacOS, Use Homebrew: brew install uv.

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": "uvx",
      "args": ["teradata-mcp-server"],
      "env": {
        "DATABASE_URI": "teradata://<USERNAME>:<PASSWORD>@<HOST_URL>:1025/<USERNAME>"
      }
    }
  }
}

Setting up your environment

Follow this process to install your server, connect it to your Teradata platform and integrated your tools.

Step 1. - Identify the running Teradata System, you need username, password and host details. If you do not have a Teradata system to connect to, then leverage Teradata Clearscape Experience

Step 2. - To install, configure and run the MCP server, refer to the Getting started guide, or see below for a quick CLI installation. You can easily customize the server with your own tools, prompts and resources.

Step 3. - There are many client options available, the Client Guide explains how to configure and run a sample of different clients.


Check out our documentation and libraries of curated examples or video guides.


CLI Installation

We recommend uv or pipx to install teradata-mcp-server as a CLI tool on your system. They provide isolated environments and ensure the teradata-mcp-server command is available system-wide without interfering with system Python.

uv tool install "teradata-mcp-server"

or with pipx

pipx install "teradata-mcp-server"

To install the optional Enterprise Feature Store (fs) and Enterprise Vector Store (evs) packages:

uv tool install "teradata-mcp-server[fs,evs]"

Alternatively, you may use pip in a virtual environment (Python>=3.11):

pip install teradata-mcp-server

For usage:

teradata-mcp-server --help

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.5.tar.gz (68.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.5-py3-none-any.whl (77.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: teradata_mcp_server-0.1.5.tar.gz
  • Upload date:
  • Size: 68.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for teradata_mcp_server-0.1.5.tar.gz
Algorithm Hash digest
SHA256 3259c4a37dc73e8ad4b984e8595d9ba7f3319823a6db0e06f7a9f0469ba576d0
MD5 9f44a65097a5093dfcc2f4f7b8edc89a
BLAKE2b-256 a5ee7a89dcff1dbcbbffb3a6d6b8366c6420b91c873ae7d3b2d4ca646946ae79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for teradata_mcp_server-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 173144bc6f10f41908b69ac87e5b296e119669c891373876bd99a268a3e1d936
MD5 53153b3efbb6b58326abe3064ef462b8
BLAKE2b-256 62c8219165d93869d12c3bee5be42a7b4e4906cff79ba5c6dd80b8cefeb224d8

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