mcp-trino-python
15
The MCP Trino Server integrates with Trino and Iceberg for data exploration, querying, and maintenance. It supports interactive analysis, AI tool building, and advanced SQL query management.
What are the prerequisites for running MCP Trino Server?
You need a running Trino server, Python 3.11 or higher, and optionally Docker for containerized deployment.
How can I install MCP Trino Server using Smithery?
You can install it using the command: npx -y @smithery/cli install @alaturqua/mcp-trino-python --client claude
.
What is the default port for the Trino server?
The default port for the Trino server is 8080.
Can I run the MCP Trino Server locally?
Yes, you can run it locally using Docker Compose with the command: docker-compose up -d
.
What license is the MCP Trino Server distributed under?
The MCP Trino Server is distributed under the Apache 2.0 License.