MCP Servers / database / Trino MCP Server

Trino MCP Server

JSON →
stdionone107database

A Go implementation of a Model Context Protocol (MCP) server for Trino, enabling LLM models to query distributed SQL databases through standardized tools.

Install
How to run this server

No install command recorded.

server path: trino-mcp-server
Tools
What this server exposes
execute_query
Execute a SQL query on Trino
list_catalogs
List available catalogs in Trino
list_schemas
List schemas in a catalog
list_tables
List tables in a schema
get_table_schema
Get the schema of a table
explain_query
Explain a SQL query plan
Configuration
Environment & auth
authnone
envTRINO_HOST
envTRINO_PORT
envOIDC_CLIENT_ID
envOIDC_CLIENT_SECRET
Resources
Trino MCP Server — MCP Server · libregistry