Trino MCP Server
JSON →A Go implementation of a Model Context Protocol (MCP) server for Trino, enabling LLM models to query distributed SQL databases through standardized tools.
Tools · 6
- 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
Environment variables
TRINO_HOSTTRINO_PORTOIDC_CLIENT_IDOIDC_CLIENT_SECRET
Links
★ 107 GitHub stars