Best for
- Developers building AI agents that need direct Teradata access
- Users wanting to quickly create semantic layers
- Users needing database admin capabilities
- Users wanting to use RAG pipelines
The server provides comprehensive MCP integration for Teradata databases, covering querying, admin, semantic layers, and RAG. Installation is straightforward and supports multiple clients. As a community project, security and support should be self-assessed.
Teradata MCP Server is a community-developed MCP server that enables AI agents to interact directly with Teradata databases. It provides multiple tool sets for querying and analysis, semantic layer generation, AI and RAG pipelines, and database administration. The server runs via uvx over stdio and supports various clients including Claude Desktop, VS Code + Copilot, Open WebUI, and Flowise.
{
"mcpServers": {
"teradata": {
"command": "uvx",
"args": ["teradata-mcp-server"],
"env": {
"DATABASE_URI": "teradata://<USERNAME>:<PASSWORD>@<HOST_URL>:1025/<USERNAME>"
}
}
}
}