73
/ 100
22 days ago
glama

Teradata MCP Server

Enables secure interaction with Teradata databases through SQL queries, schema exploration, and business intelligence analysis with enterprise-grade OAuth 2.1 authentication and workload management capabilities.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: KEYCLOAK_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configINPUT
configOAUTH_ENABLED"": "true",
configKEYCLOAK_URL"": "https://your-keycloak.example.com",
configKEYCLOAK_REALM"": "teradata-realm",
configKEYCLOAK_CLIENT_ID"": "teradata-mcp",
configOAUTH_RESOURCE_SERVER_URL"": "https://your-mcp-server.example.com"
🔐 secretKEYCLOAK_CLIENT_SECRET"": "your-secret",
configOAUTH_REQUIRED_SCOPESRequired scopes (comma-separated) —
configOAUTH_VALIDATE_AUDIENCEValidate token audience true
configOAUTH_VALIDATE_SCOPESValidate token scopes true
configOAUTH_REQUIRE_HTTPSRequire HTTPS for OAuth URLs true
configCORS_ALLOWED_ORIGINSCORS allowed origins
configTOOL_MAX_RETRIES
configTOOL_RETRY_INITIAL_DELAY
configTOOL_MAX_RETRY_DELAY
configDATABASE_URIexport ="teradatasql://user:password@host/database"
configDB_MAX_RETRIESMax reconnection attempts 3
configDB_INITIAL_BACKOFFInitial backoff delay (seconds) 1.0
configDB_MAX_BACKOFFMax backoff delay (seconds) 30.0
configDB_LOGMECH"": "LDAP",
configDB_LOGDATA"": "authcid=ldap_user password=ldap_password"
configDB_SSL_MODETLS mode: ALLOW, PREFER, REQUIRE, VERIFY-CA, VERIFY-FULL —
configDB_ENCRYPT_DATAEnable transport encryption true
configTD_POOL_SIZE
configTD_MAX_OVERFLOW
configTD_POOL_TIMEOUT
configMCP_TRANSPORTTransport: stdio, sse, streamable-http stdio
configMCP_HOSTBind address for HTTP transports localhost
configMCP_PORTPort for HTTP transports 8000
configMCP_PATHPath for streamable-http /mcp/
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/arturborycki-mcp-teradata-1j3f5y)](https://m8ven.ai/mcp/arturborycki-mcp-teradata-1j3f5y)
commit: 51dbe4fd1ceec2770d45c6ec56f71f5739cdc300
code hash: 70d4b60a64398442c218a3b791b774ddf3ad230b5f684efa4755611744af1714
verified: 7/9/2026, 10:21:27 AM
view raw JSON →