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.
We are providing groupings of tools and associated helpful prompts
- Base tools, prompts and resources to interact with your Teradata platform:
- DBA tools, prompts and resources to facilitate your platform administration tasks:
- Data Quality tools, prompts and resources accelerate exploratory data analysis:
- Security tools, prompts and resources to resolve permissions:
- Feature Store tools, prompts and resources to manage the Enterprise Feature Store:
- RAG tools, prompts and resources to manage vector store creation and use
- Custom Tools to easily implement tools for custom actions based on your data and business context.
You may add define custom "query" tools in the custom_tools.yaml
file or in any file ending with _tools.yaml
.
Simply specify the tool name, description and SQL query to be executed. No parameters are supported at this point.
If you have Docker and a client that can connect MCP servers via SSE, copy the code below, update the connection string set in DATABASE_URI
with your database connection details and run it:
export DATABASE_URI=teradata://username:password@host:1025
git clone https://github.com/Teradata/teradata-mcp-server.git
cd teradata-mcp-server
docker compose up
You can now use it with clients supporting SSE such as Visual Studio Code.