teradata-mcp-server

Teradata/teradata-mcp-server
★ 49 stars Python 🗄️ Database Updated today
The community development of a MCP server for a Teradata database
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "teradata-mcp-server": {
      "command": "uvx",
      "args": [
        "teradata-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install teradata-mcp-server