Back to MCP Servers
🔌

tuannvm/mcp-trino

MITAPI key required

🏎️ ☁️ - A Go implementation of a Model Context Protocol (MCP) server for Trino

GoAI & LLMs

Install

npx -y tuannvm-mcp-trino

Required environment variables

OIDC_CLIENT_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "tuannvm-mcp-trino": {
      "command": "npx",
      "args": [
        "-y",
        "tuannvm-mcp-trino"
      ],
      "env": {
        "OIDC_CLIENT_SECRET": "<YOUR_OIDC_CLIENT_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.