Skip to content

Commit fbb80be

Browse files
authored
Merge pull request #184 from Teradata/readme-header
Readme header
2 parents 30b82f2 + 2a154eb commit fbb80be

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
# Teradata MCP Server
1+
<p align="center">
2+
<!-- Optional: replace with a logo if you have one -->
3+
<!-- <img src="docs/media/logo.svg" alt="Teradata MCP Server" width="120"> -->
4+
5+
</p>
6+
7+
<h1 align="center">Teradata MCP Server</h1>
8+
9+
<p align="center">
10+
<a href="https://github.com/Teradata/teradata-mcp-server/blob/main/docs/README.md">
11+
<img alt="docs" src="https://img.shields.io/badge/docs-readme-555?logo=readthedocs">
12+
</a>
13+
<a href="https://github.com/Teradata/teradata-mcp-server/releases">
14+
<img alt="release" src="https://img.shields.io/github/v/release/Teradata/teradata-mcp-server?display_name=tag&sort=semver">
15+
</a>
16+
<a href="https://pypi.org/project/teradata-mcp-server/">
17+
<img alt="PyPI" src="https://img.shields.io/pypi/v/teradata-mcp-server">
18+
</a>
19+
<a href="https://pypi.org/project/teradata-mcp-server/">
20+
<img alt="downloads" src="https://img.shields.io/pypi/dm/teradata-mcp-server?label=downloads&color=2ea44f">
21+
</a>
22+
</p>
23+
24+
<p align="center">
25+
Model Context Protocol (MCP) server for Teradata
26+
</p>
27+
28+
<p align="center">
29+
✨ <a href="https://github.com/Teradata/teradata-mcp-server?tab=readme-ov-file#quick-start-with-claude-desktop-no-installation">Quickstart with Claude Desktop </a> or <a href="https://github.com/Teradata/teradata-mcp-server/blob/main/docs/README.md#-quick-start"> your favorite tool</a> in <5 minute ✨
30+
</p>
231

332
## Overview
433
The Teradata MCP server provides sets of tools and prompts, grouped as modules for interacting with Teradata databases. Enabling AI agents and users to query, analyze, and manage their data efficiently.

docs/server_guide/GETTING_STARTED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ New to Teradata MCP Server? Choose your 5-minute quickstart to rapidly evaluate
1212

1313
| **Client** | **Deployment** | **Communication** | **Best For** |
1414
|------------|----------------|------------------|--------------|
15-
| [Claude Desktop](server_guide/QUICK_START.md) | CLI (uv/pipx) | stdio | Exploratory Data Analytics, Platform Administration, general evaluation |
16-
| [VS Code + Copilot](server_guide/QUICK_START_VSCODE.md) | CLI (uv/pipx) | HTTP | Data Engineering, Agentic app development |
17-
| [Open WebUI](server_guide/QUICK_START_OPEN_WEBUI.md) | Docker | REST | Local AI, evaluate new LLMs |
15+
| [Claude Desktop](./QUICK_START.md) | CLI (uv/pipx) | stdio | Exploratory Data Analytics, Platform Administration, general evaluation |
16+
| [VS Code + Copilot](./QUICK_START_VSCODE.md) | CLI (uv/pipx) | HTTP | Data Engineering, Agentic app development |
17+
| [Open WebUI](./QUICK_START_OPEN_WEBUI.md) | Docker | REST | Local AI, evaluate new LLMs |
1818
| [Code examples](../examples/README.md) | Python | HTTP | Build your own client. Example library using ADK, Bedrock, Langchain... |
1919

2020
*All options get you running in 5 minutes with minimal configuration.*

0 commit comments

Comments
 (0)