Teradata MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGMECH | No | Authentication mechanism (TD2 or LDAP) | TD2 |
| MCP_HOST | No | Host for HTTP transport | localhost |
| MCP_PORT | No | Port for HTTP transport | 8001 |
| DATABASE_URI | Yes | Connection URI: teradata://user:password@host:1025/database | |
| TD_POOL_SIZE | No | Connection pool size | 5 |
| LOGGING_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR) | WARNING |
| MAX_ROW_LIMIT | No | Hard ceiling — callers cannot exceed this | 50000 |
| MCP_TRANSPORT | No | MCP transport (stdio or streamable-http) | stdio |
| TD_MAX_OVERFLOW | No | Extra connections allowed above pool size | 10 |
| TD_POOL_TIMEOUT | No | Timeout to acquire a connection (seconds) | 30 |
| DEFAULT_ROW_LIMIT | No | Default row limit for read_query | 1000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingA | Testa a conexão com o servidor Teradata. Executa um SELECT simples e retorna a versão do banco, confirmando que a conexão está ativa e configurada corretamente. |
| read_queryB | Executa uma consulta SQL no Teradata e retorna os resultados. |
| list_tablesA | Lista as tabelas e views de um banco de dados Teradata. |
| table_previewB | Retorna uma amostra das primeiras linhas de uma tabela. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fcdmoraes/teradata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server