trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
trino MCP Server
MCP server for trinodb/trino
Ready-to-Use Client Configurations
{
"mcpServers": {
"trino": {
"command": "npx",
"args": [
"-y",
"@trinodb/trino"
]
}
}
}