Tuannvm Mcp Trino
tuannvm-mcp-trino is a Claude Code plugin for the Build phase that adds a high-performance Go MCP server so agents can query Trino through the Model Context Protocol.
Let Claude Code run distributed SQL against Trino catalogs without leaving the agent session.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install tuannvm-mcp-trino@tuannvm/mcp-trinoBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:tuannvm/mcp-trino") and the paste-ready config with skillselion.get_install_config("plugin:tuannvm/mcp-trino").
What it does
tuannvm-mcp-trino packages a Go implementation of an MCP server that connects AI coding agents to Trino, the distributed SQL query engine used across modern data stacks. Solo builders shipping analytics features, internal dashboards, or data-backed agents install it when they want the model to draft, explain, and execute SQL against federated catalogs instead of copy-pasting queries into a separate CLI. The plugin is intentionally narrow: one high-performance bridge rather than a full BI suite, which keeps setup centered on Trino connectivity and MCP registration in Claude Code. It suits teams already running Trino who treat the warehouse as the source of truth during build and operate phases, while still listing under Build → Integrations as the canonical shelf because most first-time installs happen while wiring backend data access.
Highlights
- Go-based MCP server tuned for high-throughput Trino query workloads
- Exposes Trino as Model Context Protocol tools for Claude Code and compatible agents
- Fits federated SQL over data lakes, warehouses, and heterogeneous sources
- Single-plugin bundle focused on one distributed query engine integration
- Repository documents distributed engine, query, and server keywords for discovery
Why builders use it
Agents cannot safely reach your Trino cluster without a dedicated MCP bridge, so data questions stall outside the coding workflow.
After install, Claude Code can invoke Trino query tools over MCP while you keep SQL exploration inside the same agent session.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 100 stars, 0 votes.
FAQ
Who is tuannvm-mcp-trino for?
It is for developers and solo builders who run Trino and want Claude Code to query federated data through MCP tools.
When should I use tuannvm-mcp-trino?
Use it during build or operate work when you need the agent to draft, run, or explain SQL against live Trino catalogs.
How do I add tuannvm-mcp-trino to my agent?
Register the plugin from the tuannvm/mcp-trino repository in Claude Code, configure Trino endpoints and credentials, and enable the MCP server in your agent settings.
Comments
Share how you use tuannvm-mcp-trino, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.