GitHub - arturborycki/mcp-teradata: MCP Server for Teradata database (original) (raw)

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

Schema Tools

Analysis Tools

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:

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.