SRV-001 · go · server docs ↗
standalone server
One binary. Wire to any MCP client over stdio.
Install with brew, go install, Docker, or grab a release. Point it at any Trino cluster via environment variables. Read-only mode is the default; flip TRINO_ALLOW_WRITE=true when you mean it. Add multiple clusters through TRINO_ADDITIONAL_CONNECTIONS and let the AI pick.
$ brew install txn2/tap/mcp-trino $ claude mcp add trino \ -e TRINO_HOST=trino.example.com \ -e TRINO_USER=$USER \ -e TRINO_PASSWORD=$PASS \ -e TRINO_CATALOG=hive \ -- mcp-trino added: trino (read-only, 1000-row cap) $ claude # ask: show me top 10 customers by revenue