A high-performance Model Context Protocol (MCP) server for Trino implemented in Go. This project enables AI assistants to seamlessly interact with
If you want an AI assistant working directly with MCP Trino, the mcp trino mcp server is the bridge. A high-performance Model Context Protocol (MCP) server for Trino implemented in Go. This project enables AI assistants to seamlessly interact with Trino's distributed SQL query engine through standardized MCP tools.
A high-performance Model Context Protocol (MCP) server for Trino implemented in Go. This project enables AI assistants to seamlessly interact with Trino's distributed SQL query engine through standardized MCP tools.
This project implements a Model Context Protocol (MCP) server for Trino in Go. It enables AI assistants to access Trino's distributed SQL query engine through standardized MCP tools.
Once connected, the assistant can call these 2 tools directly:
Security — The Security tool exposed by this serverTesting — The Testing tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
The server reads 8 environment variables: TRINO_HOST, TRINO_PORT, TRINO_USER, TRINO_PASSWORD, TRINO_CATALOG, TRINO_SCHEMA, TRINO_SSL, OAUTH_ENABLED. Keep credentials in your client's env block or a secrets manager rather than committing them.
Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. MCP Trino sits in that group, and the shape of its toolset — Security, Testing — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Security | The Security tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| TRINO_HOST | Endpoint or connection string the server talks to. | Optional |
| TRINO_PORT | Configuration value read at startup. | Optional |
| TRINO_USER | Configuration value read at startup. | Optional |
| TRINO_PASSWORD | Configuration value read at startup. | Optional |
| TRINO_CATALOG | Configuration value read at startup. | Optional |
| TRINO_SCHEMA | Configuration value read at startup. | Optional |
| TRINO_SSL | Configuration value read at startup. | Optional |
| OAUTH_ENABLED | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.