Skip to main content
Glama

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

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, on Windows you may use pip install uv as an alternative to the installer.

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>" } } } }

Installation Instructions

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 Teradata MCP Server Documentation.

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 libraries of curated examples or video guides.

Contributing

Please refer to the Contributing guide and the Developer Guide.


Certification

Deploy Server
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables AI agents and users to query, analyze, and manage Teradata databases through modular tools for search, data quality, administration, and data science operations. Provides comprehensive database interaction capabilities including RAG applications, feature store management, and vector operations.

  1. Key features
    1. Available tools and prompts
  2. Quick start with Claude Desktop (no installation)
    1. Installation Instructions
      1. Contributing
        1. Certification

          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/blitzstermayank/MCP'

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