Back to directory
mcp-trino

mcp-trino

@tuannvm102

A high-performance MCP server for Trino implemented in Go, enabling AI assistants to interact with Trino's distributed SQL query engine through standardized MCP tools.

trinosqlmcp-servergodatabase

Installation & Configuration

{
  "mcpServers": {
    "mcp-trino": {
      "command": "mcp-trino",
      "args": [],
      "env": {
        "TRINO_HOST": "<HOST>",
        "TRINO_PORT": "<PORT>",
        "TRINO_USER": "<USERNAME>",
        "TRINO_PASSWORD": "<PASSWORD>"
      }
    }
  }
}

Information

Transport
stdiostreamablesse
Language
Go
Created
2025/4/9
Updated
2026/6/7