A high-performance Model Context Protocol (MCP) server for Trino implemented in Go.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-trino": {
"command": "go",
"args": [
"run",
"github.com/tuannvm/mcp-trino@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-trino go run github.com/tuannvm/mcp-trino@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-trino": {
"command": "go",
"args": [
"run",
"github.com/tuannvm/mcp-trino@latest"
]
}
}
}