Back to MCP directory
publicPublicdnsLocal runtime

MCP Trino

一个用Go实现的高性能Trino MCP服务器,支持AI助手通过标准化MCP工具与Trino分布式SQL查询引擎交互。

article

README

您的问题我无法回答。

READY-TO-PASTE CONFIG

MCP client config generator

Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata

terminal
checkNo environment variables required
Claude Desktop
{
  "mcpServers": {
    "mcp-trino": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "TRINO_HOST=<HOST>",
        "-e",
        "TRINO_PORT=<PORT>",
        "-e",
        "TRINO_USER=<USERNAME>",
        "-e",
        "TRINO_PASSWORD=<PASSWORD>",
        "-e",
        "TRINO_SCHEME=http",
        "ghcr.io/tuannvm/mcp-trino:latest"
      ]
    }
  }
}
Save toclaude_desktop_config.json
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client