|
| 1 | +# Teradata MCP Server Documentation |
| 2 | + |
| 3 | +This guide will help you get started, configure, and customize your Teradata MCP Server setup. |
| 4 | + |
| 5 | +## 🚀 Quick Start |
| 6 | + |
| 7 | +New to Teradata MCP Server? Choose your 5-minute quickstart to rapidly evaluate the server with your favorite tool: |
| 8 | + |
| 9 | +| **Client** | **Deployment** | **Communication** | **Best For** | |
| 10 | +|------------|----------------|------------------|--------------| |
| 11 | +| [Claude Desktop](server_guide/QUICK_START.md) | CLI (uv/pipx) | stdio | Exploratory Data Analytics, Platform Administration, general evaluation | |
| 12 | +| [VS Code + Copilot](server_guide/QUICK_START_VSCODE.md) | CLI (uv/pipx) | HTTP | Data Engineering, Agentic app development | |
| 13 | +| [Open WebUI](server_guide/QUICK_START_OPEN_WEBUI.md) | Docker | REST | Local AI, evaluate new LLMs | |
| 14 | +| [Code examples](examples/README.md) | Python | HTTP | Build your own client. Example library using ADK, Bedrock, Langchain... | |
| 15 | + |
| 16 | +**Other Options:** |
| 17 | +- **[Getting Started Guide](server_guide/GETTING_STARTED.md)** - Detailed path selection and role-based recommendations |
| 18 | +- **[Video Library](server_guide/VIDEO_LIBRARY.md)** - Watch step-by-step tutorials |
| 19 | + |
| 20 | +## 📖 Documentation Sections |
| 21 | + |
| 22 | +### 🛠 Server Guide |
| 23 | +Everything you need to know about running and configuring the MCP server: |
| 24 | + |
| 25 | +- **[Getting Started](server_guide/GETTING_STARTED.md)** - Choose your path (routing guide) |
| 26 | +- **[Quick Start (Claude)](server_guide/QUICK_START.md)** - 5-minute Claude Desktop setup using `stdio` transport mode |
| 27 | +- **[Quick Start (VS Code + Copilot)](server_guide/QUICK_START_VSCODE.md)** - 5-minute VS Code and GitHub Copilot setup using `streamable-http` transport mode |
| 28 | +- **[Quick Start (Open WebUI)](server_guide/QUICK_START_OPEN_WEBUI.md)** - 5-minute Open WebUI setup using REST interface |
| 29 | +- **[Installation](server_guide/INSTALLATION.md)** - Deployment methods and options |
| 30 | +- **[Configuration](server_guide/CONFIGURATION.md)** - Server settings and tuning |
| 31 | +- **[Architecture](server_guide/ARCHITECTURE.md)** - How components work together |
| 32 | +- **[Customizing](server_guide/CUSTOMIZING.md)** - Add your own tools and business logic |
| 33 | +- **[Security](server_guide/SECURITY.md)** - Authentication and access control |
| 34 | + |
| 35 | +### 👥 Client Guide |
| 36 | +Connect different AI clients to your Teradata MCP Server: |
| 37 | + |
| 38 | +- **[Client Overview](client_guide/CLIENT_GUIDE.md)** - Supported clients and general setup |
| 39 | +- **[Claude Desktop](client_guide/Claude_desktop.md)** - Desktop AI assistant |
| 40 | +- **[Visual Studio Code](client_guide/Visual_Studio_Code.md)** - IDE integration |
| 41 | +- **[Google Gemini CLI](client_guide/Google_Gemini_CLI.md)** - Command-line interface |
| 42 | +- **[Microsoft Copilot](client_guide/Microsoft_copilot.md)** - Enterprise integration |
| 43 | +- **[Open WebUI](client_guide/Open_WebUI.md)** - Web-based interface |
| 44 | +- **[REST API](client_guide/Rest_API.md)** - HTTP/API integration |
| 45 | +- **[MCP Inspector](client_guide/MCP_Inspector.md)** - Debugging and testing tool |
| 46 | + |
| 47 | +### 🔧 Developer Guide |
| 48 | +Extend and contribute to the Teradata MCP Server: |
| 49 | + |
| 50 | +- **[Developer Guide](developer_guide/DEVELOPER_GUIDE.md)** - Architecture and development setup |
| 51 | +- **[Contributing](developer_guide/CONTRIBUTING.md)** - How to contribute code |
| 52 | +- **[Adding Functions](developer_guide/HOW_TO_ADD_YOUR_FUNCTION.md)** - Create custom tools |
| 53 | +- **[Prompt Guidelines](developer_guide/PROMPT_DEFINITION_GUIDELINES.md)** - Best practices for prompts |
| 54 | + |
| 55 | +## 🎯 Common Use Cases |
| 56 | + |
| 57 | +### For Data Engineers & Analysts |
| 58 | +- **Quick Setup**: [5-Minute Quick Start](server_guide/QUICK_START.md) → [Claude Desktop](client_guide/Claude_desktop.md) |
| 59 | +- **Custom Business Logic**: [Customizing Guide](server_guide/CUSTOMIZING.md) |
| 60 | +- **Security Setup**: [Security Configuration](server_guide/SECURITY.md) |
| 61 | + |
| 62 | +### For Developers & DevOps |
| 63 | +- **API Integration**: [REST API Guide](client_guide/Rest_API.md) |
| 64 | +- **Custom Tools**: [Adding Functions](developer_guide/HOW_TO_ADD_YOUR_FUNCTION.md) |
| 65 | +- **Contributing**: [Developer Guide](developer_guide/DEVELOPER_GUIDE.md) |
| 66 | + |
| 67 | +### for IT Administrators |
| 68 | +- **Enterprise Deployment**: [Security Guide](server_guide/SECURITY.md) |
| 69 | +- **Client Management**: [Client Guide](client_guide/CLIENT_GUIDE.md) |
| 70 | + |
| 71 | +## 🆘 Need Help? |
| 72 | + |
| 73 | +- 📹 **Visual Learner?** Check our [Video Library](server_guide/VIDEO_LIBRARY.md) |
| 74 | +- 🤝 **Want to contribute?** See our [Contributing Guide](developer_guide/CONTRIBUTING.md) |
| 75 | +- 💡 **Have Ideas or identified a bug?** Open an issue on GitHub |
0 commit comments