Serversio.github.tuannvm/mcp-trino
T

io.github.tuannvm/mcp-trino

io.github.tuannvm/mcp-trino · v2.2.1
▦ other
v2.2.1other mcpb: https://github.com/tuannvm/mcp-trino/releases/download/v2.2.1/mcp-trino_2.2.1_darwin_arm64.tar.gz↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.tuannvm/mcp-trino",
  "description": "MCP server for Trino distributed SQL query engine access",
  "repository": {
    "url": "https://github.com/tuannvm/mcp-trino",
    "source": "github"
  },
  "version": "2.2.1",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/tuannvm/mcp-trino/releases/download/v2.2.1/mcp-trino_2.2.1_darwin_arm64.tar.gz",
      "fileSha256": "1a18882ab43243e17420f3562118a4c3e7fff12bc6b145066ae64b90b2dc0159",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Trino server hostname",
          "isRequired": true,
          "format": "string",
          "name": "TRINO_HOST"
        },
        {
          "description": "Trino server port",
          "format": "string",
          "name": "TRINO_PORT"
        },
        {
          "description": "Trino username",
          "isRequired": true,
          "format": "string",
          "name": "TRINO_USER"
        },
        {
          "description": "Trino password",
          "format": "string",
          "isSecret": true,
          "name": "TRINO_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}