Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 945 Bytes

File metadata and controls

19 lines (13 loc) · 945 Bytes

Using with any tool: REST interface

📍 Navigation: Documentation Home | Server Guide | Getting started | Architecture | Installation | Configuration | Security | Customization | Client Guide

You can use mcpo to expose this MCP tool as an OpenAPI-compatible HTTP server.

For example, using uv:

uvx mcpo --port 8002 --api-key "top-secret" -- uv run teradata-mcp-server

TOr with Docker, using the "rest" profile:

export MCPO_API_KEY=top-secret
docker compose --profile rest up

Your Teradata tools are now available as local REST endpoints, view documentation and test it at http://localhost:8002/docs