tuannvm/mcp-trino
A Go implementation of a Model Context Protocol (MCP) server for Trino
Quick Start
Clone the repository:
git clone https://github.com/tuannvm/mcp-trinoClaude Desktop configuration example:
{
"mcpServers": {
"mcp-trino": {
"command": "npx",
"args": [
"-y",
"tuannvm/mcp-trino"
]
}
}
}Check the repository README for specific installation and configuration instructions.