Skip to main content
Glama
Teradata

Teradata MCP Server

Official
by Teradata
docker-compose.yaml1.55 kB
services: flowise: image: flowiseai/flowise:latest restart: always environment: - PORT=${PORT} # LOGGING - DEBUG=${DEBUG} # SETTINGS - CORS_ORIGINS=${CORS_ORIGINS} - IFRAME_ORIGINS=${IFRAME_ORIGINS} # Default Teradata Configuration env to refer into flowise - TD_MCP_SERVER=http://teradata-mcp-server:8001/mcp ports: - "${PORT}:${PORT}" container_name: flowise healthcheck: test: ['CMD', 'curl', '-f', 'http://localhost:${PORT}/api/v1/ping'] interval: 10s timeout: 5s retries: 5 start_period: 30s volumes: - ${DATA_DIR:-${PWD}/.flowise}:/root/.flowise teradata-mcp-server: image: teradata-mcp-server:latest restart: always environment: - DATABASE_URI=${DATABASE_URI} - LOGMECH=${LOGMECH} - MCP_TRANSPORT=${MCP_TRANSPORT} - MCP_PATH=${MCP_PATH} - MCP_HOST=${MCP_HOST} - MCP_PORT=${MCP_PORT} - PROFILE=${PROFILE} - TD_BASE_URL=${TD_BASE_URL} - TD_PAT=${TD_PAT} - TD_PEM=${TD_PEM} - VS_NAME=${VS_NAME} container_name: teradata-mcp-server ports: - "${MCP_PORT}:${MCP_PORT}" volumes: - ${TD_PEM:-${PWD}}:${TD_PEM:-/root/.td_pem} tty: true networks: default: name: td-ai-stack external: false

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Teradata/teradata-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server