PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP ServersdatabasesMCP
返回「databases」

MCP

modelscope·@blitzstermayank/MCP

databases0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引
<p align="center"> <!-- Optional: replace with a logo if you have one --> <!-- <img src="docs/media/logo.svg" alt="Teradata MCP Server" width="120"> --> </p> <h1 align="center">Teradata MCP Server</h1> <p align="center"> <a href="https://github.com/Teradata/teradata-mcp-server/blob/main/docs/README.md"> <img alt="docs" src="https://img.shields.io/badge/docs-readme-555?logo=readthedocs"> </a> <a href="https://github.com/Teradata/teradata-mcp-server/releases"> <img alt="release" src="https://img.shields.io/github/v/release/Teradata/teradata-mcp-server?display_name=tag&sort=semver"> </a> <a href="https://pypi.org/project/teradata-mcp-server/"> <img alt="PyPI" src="https://img.shields.io/pypi/v/teradata-mcp-server"> </a> <a href="https://pypi.org/project/teradata-mcp-server/"> <img alt="downloads" src="https://img.shields.io/pypi/dm/teradata-mcp-server?label=downloads&color=2ea44f"> </a> <a href="./examples/app-flowise/flowise_teradata_agents/README.md"> <img alt="docs" src="https://img.shields.io/badge/Teradata--Agents-Setup-green"> </a> </p> <p align="center"> Model Context Protocol (MCP) server for Teradata </p> <p align="center"> <a href="https://github.com/Teradata/teradata-mcp-server?tab=readme-ov-file#quick-start-with-claude-desktop-no-installation">Quickstart with Claude Desktop </a> or <a href="https://github.com/Teradata/teradata-mcp-server/blob/main/docs/README.md#-quick-start"> your favorite tool</a> in <5 minute </p>

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.
    • RAG Tools rapidly build RAG applications.
  • Query tools, prompts and resources to query and navigate your Teradata platform:
    • Base Tools
  • Table tools, to efficiently and predictably access structured data models:
    • Feature Store Tools to access and manage the Teradata Enterprise Feature Store.
    • Semantic layer definitions to easily implement domain-specific tools, prompts and resources for your own business data models.
  • Data Quality tools, prompts and resources accelerate exploratory data analysis:
    • Data Quality Tools
  • DBA tools, prompts and resources to facilitate your platform administration tasks:
    • DBA Tools
    • Security Tools
  • Data Scientist tools, prompts, and resources to build powerful AI agents and workflows for data-driven applications.
    • Teradata Vector Store Tools
    • Teradataml Functions Tools
    • Plot Tools

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, confi…

相关 MCP Servers(来自「databases」)

千牛安全审计

审计 npm 包依赖项以查找安全漏洞,提供详细的报告和修复建议,并集成 MCP。

@qianniuspace/mcp-security-audit

Claude 数据库连接器

通过API层将克劳德桌面版直接连接到数据库,使其能够探索数据库结构、编写SQL查询、分析数据集和创建报告。该API层还包含用于表探索和查询执行的工具。

@runekaagaard/mcp-alchemy

DBCode数据库管理工具

DBCode 是一个 Visual Studio Code 扩展,允许你管理许多数据库,包括 PostgreSQL、MySQL、SQL Server、DuckDB、Redis、MongoDB 等更多数据库。 DBCode 提供了运行 MCP 服务器的选项,可以访问这些数据库、它们的模式以及执行查询的能力。

@dbcodeio/public

DMS-数据库安全访问

AI 首选的统一数据访问通道,支持30多种数据源(阿里云全系/主流数据库/数仓)的安全访问。

@aliyun/alibabacloud-dms-mcp-server

Doris模型控制面板服务

后端服务,实现了模型控制面板协议,可连接到 Apache Doris 数据库,允许用户执行 SQL 查询、管理元数据,并且有可能利用大语言模型(LLMs)完成自然语言到 SQL 的转换等任务。

@apache/doris-mcp-server

Excel服务器

提供对Excel文件的操纵功能。此服务器启用工作簿创建、数据操纵、格式设置和高级Excel功能。

@haris-musa/excel-mcp-server

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/blitzstermayank-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
databases / rag-systems / vector-databases
运行方式
No
许可证
MIT License
详情文件
blitzstermayank-mcp.md