McpMux
Back to Registry

Trino (Docker) MCP Server

Community

Contributed by tuannvm

Connect to a Trino distributed SQL query engine via Docker. Run queries, explore catalogs, schemas, and tables, and inspect query results across federated data sources in an isolated container.

About the Trino (Docker) MCP Server

The Trino (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to a Trino distributed SQL query engine via Docker. Run queries, explore catalogs, schemas, and tables, and inspect query results across federated data sources in an isolated container. This is a community-contributed MCP server by tuannvm.

Install the Trino (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "-e",
    "TRINO_HOST",
    "-e",
    "TRINO_PORT",
    "-e",
    "TRINO_USER",
    "-e",
    "TRINO_PASSWORD",
    "-e",
    "TRINO_SCHEME",
    "ghcr.io/tuannvm/mcp-trino:latest"
  ],
  "env": {
    "TRINO_HOST": "${input:TRINO_HOST}",
    "TRINO_PORT": "${input:TRINO_PORT}",
    "TRINO_USER": "${input:TRINO_USER}",
    "TRINO_PASSWORD": "${input:TRINO_PASSWORD}",
    "TRINO_SCHEME": "${input:TRINO_SCHEME}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "TRINO_HOST",
        "label": "Trino Host",
        "description": "Hostname or IP of the Trino coordinator. Use host.docker.internal instead of localhost to reach a Trino instance running on the host machine.",
        "type": "text",
        "required": true,
        "placeholder": "trino.example.com"
      },
      {
        "id": "TRINO_PORT",
        "label": "Trino Port",
        "description": "Port of the Trino coordinator HTTP(S) endpoint.",
        "type": "number",
        "required": false,
        "default": "8080",
        "placeholder": "8080"
      },
      {
        "id": "TRINO_USER",
        "label": "Trino User",
        "description": "Username to authenticate to Trino.",
        "type": "text",
        "required": false,
        "placeholder": "trino"
      },
      {
        "id": "TRINO_PASSWORD",
        "label": "Trino Password",
        "description": "Password for the Trino user. Optional — leave empty for clusters that do not require password authentication.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "************"
      },
      {
        "id": "TRINO_SCHEME",
        "label": "Trino Scheme",
        "description": "Connection scheme for the Trino endpoint. Use http for unsecured local clusters or https for TLS-enabled clusters.",
        "type": "text",
        "required": false,
        "default": "http",
        "placeholder": "http"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
Tools

Categories

Tags

trinoprestodatabasesqlquery-engineanalyticsdocker

Supported AI Clients

The Trino (Docker) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Trino (Docker) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.