teradata-mcp-server
The MCP server provides a framework for integrating with a Teradata database.
This MCP server facilitates seamless communication between applications and Teradata databases, enabling efficient data management and retrieval. It supports various operations such as data querying, updates, and integration testing, ensuring that developers can build robust applications that leverage Teradata's powerful database capabilities. With built-in CI/CD workflows, the server ensures that code quality is maintained through linting, type checking, and integration tests against a live Teradata instance. This allows teams to collaborate effectively while minimizing the risk of introducing errors into production environments.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"teradata-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-teradata-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions