1. Conduid
  2. AI
  3. Bachstudio Teradata MCP Server
MCP server · AI

Bachstudio Teradata MCP Server

Model Context Protocol (MCP) server for Teradata - BachStudio Edition

Unclaimed MIT last commit 9 months ago ai
53Fair

Scored 3 months ago · breakdown

About Bachstudio Teradata MCP Server

Bachstudio Teradata MCP Server is an MCP server published by BACH-AI-Tools in the AI category: model Context Protocol (MCP) server for Teradata - BachStudio Edition. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx bachstudio-teradata-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Bachstudio Teradata MCP Server

Powered by Claude · Grounded in docs

I know everything about Bachstudio Teradata MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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:
  • Data Scientist tools, prompts, and resources to build powerful AI agents and workflows for data-driven applications.
  • BAR tools, prompts and resources for database backup and restore operations:
    • BAR Tools integrate AI agents with Teradata DSA (Data Stream Architecture) for comprehensive backup management across multiple storage solutions including disk files, cloud storage (AWS S3, Azure Blob, Google Cloud), and enterprise systems (NetBackup, IBM Spectrum).

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": ["bachstudio-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

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Bachstudio Teradata MCP Server

How do I install Bachstudio Teradata MCP Server?

Run npx bachstudio-teradata-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Bachstudio Teradata MCP Server safe to use with an AI agent?

Its trust score is 53 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Bachstudio Teradata MCP Server still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.