Back to directory
dataring-engineering/mcp-server-trino

dataring-engineering/mcp-server-trino

@Dataring-engineering

MCP Server for Trino - 列出和查询Trino表,执行SQL查询

trinomcpsqlquerydatabaseanalyticspython

Installation & Configuration

{
  "mcpServers": {
    "trino": {
      "command": "uv",
      "args": [
        "--directory",
        "<path_to_mcp_server_trino>",
        "run",
        "mcp_server_trino"
      ],
      "env": {
        "TRINO_HOST": "<host>",
        "TRINO_PORT": "<port>",
        "TRINO_USER": "<user>",
        "TRINO_PASSWORD": "<password>",
        "TRINO_CATALOG": "<catalog>",
        "TRINO_SCHEMA": "<schema>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12