← Back to Plugins
MCP Server MCP

io.github.tuannvm/mcp-trino

github By github 👁 1 views ▲ 0 votes

MCP server for Trino distributed SQL query engine access

Homepage Verified source GitHub

Install

mcpb:https://github.com/tuannvm/mcp-trino/releases/download/v2.2.1/mcp-trino_2.2.1_darwin_arm64.tar.gz

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...