tuannvm/mcp-trino
by Various
A high-performance Model Context Protocol (MCP) server for Trino implemented in Go.
MCP
tuannvm/mcp-trino
Added 1 June 2026
Overview
tuannvm/mcp-trino is a Go-based server that implements the Model Context Protocol (MCP) to allow AI assistants to query Trino databases. It provides a high-performance bridge between MCP-enabled AI tools and Trino clusters.
Best for
Best for
Developers who need to connect MCP-compatible AI tools to Trino data warehouses
Use cases
- Enable AI assistants to run SQL queries against Trino
- Integrate natural language database access into custom AI agents
- Build real-time data interfaces for analytics platforms via MCP
How to use
Install
curl -fsSL https://raw.githubusercontent.com/tuannvm/mcp-trino/main/install.sh | bash Tools exposed
mcp-trino
Tested with
Cursor, Claude Desktop, Claude Code, Windsurf, ChatWise
Example client config
{\n "current": "prod",\n "profiles": {\n "prod": {\n "host": "trino.example.com",\n "port": 443,\n "user": "prod_user",\n "catalog": "hive",\n "ssl": { "enabled": true }\n },\n "dev": {\n "host": "localhost",\n "port": 8080,\n "user": "trino"\n }\n },\n "output": { "format": "table" }\n} Notes
tuannvm/mcp-trino is a Go-based server that implements the Model Context Protocol (MCP) to allow AI assistants to query Trino databases. It provides a high-performance bridge between MCP-enabled AI tools and Trino clusters.
109 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Enable AI assistants to run SQL queries against Trino
- Integrate natural language database access into custom AI agents
- Build real-time data interfaces for analytics platforms via MCP
Pros
- Written in Go for low latency and efficient resource use
- Implements the standard MCP protocol for broad compatibility
- Open source with a focus on high performance
Cons
- Requires an existing Trino cluster to be useful
- Limited documentation and community due to early stage
- Only supports Trino, not other SQL databases
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Written in Go for low latency and efficient resource use
- Implements the standard MCP protocol for broad compatibility
- Open source with a focus on high performance
Cons
- Requires an existing Trino cluster to be useful
- Limited documentation and community due to early stage
- Only supports Trino, not other SQL databases
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.