Create and Publish Business Websites in seconds. AI will gather all the details about your website and generate link to your website.

mcp-teradata
MCP Server for Teradata database
0
Github Watches
0
Github Forks
0
Github Stars
Teradata MCP Server
Overview
A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through Teradata. This server enables running SQL queries, analyzing business data
Components
Tools
The server offers six core tools:
Query Tools
-
query
- Execute SELECT queries to read data from the database
- Input:
-
query
(string): The SELECT SQL query to execute
-
- Returns: Query results as array of objects
Schema Tools
-
list_db
- Lists all databases in the Teradata system
- Returns: List of databases
-
list_objects
- Lists objects in a database
- Input:
-
db_name
(string): Database name
-
- Returns: List of database objects under provided or user defaul database
-
show_tables
- Show detailed information about a database tables
- Input:
-
table_name
(string): Name of the table - Returns: Array of column names and data types
Analysis Tools
-
list_missing_values
- Lists the top features with missing values in a table
-
list_negative_values
- Lists how many features have negative values in a table
-
list_distinct_values
- Lists how many distinct categories are there for column in the table
-
standard_deviation
- What is the mean and standard deviation for column in table?
Usage with Claude Desktop
uv
# Add the server to your claude_desktop_config.json
{
"mcpServers": {
"teradata": {
"command": "uv",
"args": [
"--directory",
"/Users/MCP/mcp-teradata",
"run",
"teradata-mcp"
],
"env": {
"DATABASE_URI": "teradata://user:passwd@host"
}
}
}
}
Building
UV:
uv build
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
相关推荐
Text your favorite pet, after answering 10 questions about their everyday lives!
Carbon footprint calculations breakdown and advices on how to reduce it
Structured recipes for food and desserts – ingredient lists and step-by-step recipe instructions from any input. Become surprised, try something new or breathe life into grandma's old recipe notebook.
You're in a stone cell – can you get out? A classic choose-your-adventure interactive fiction game, based on a meticulously-crafted playbook. With a medieval fantasy setting, infinite choices and outcomes, and dice!
Best-in-class AI domain names scoring engine and availability checker. Brandability, domain worth, root keywords and more.
I suggest data science projects and give tips on request.
Evaluates language quality of texts, responds with a numerical score between 50-150.
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
This project was created to demonstrate how we can connect with different Model Context Protocols (MCPs).
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.
PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
Reviews

user_3N8Um1Tv
I've been using mcp-teradata by arturborycki and it has significantly streamlined my data management tasks. The product interface is user-friendly and efficient. Highly recommended for anyone working extensively with Teradata databases.