trino_mcp
If you are the rightful owner of trino_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Model Context Protocol server for Trino, providing AI models with structured access to Trino's distributed SQL query engine.
The Trino MCP Server is a Model Context Protocol server designed to provide AI models with structured access to Trino's distributed SQL query engine. It is currently in beta release (v0.1.2) and offers a range of features to facilitate the integration of AI tools with Trino. The server supports both Docker container API and standalone Python API server options, allowing for flexible deployment. It exposes Trino resources through the MCP protocol, enabling AI tools to query and analyze data efficiently. The server also provides transport options, with STDIO transport being the recommended and reliable method. The project is open for contributions and aims to stabilize its core features.
Features
- Fixed Docker container API initialization issue for reliable server initialization.
- Exposes Trino resources through MCP protocol.
- Enables AI tools to query and analyze data in Trino.
- Provides transport options with reliable STDIO transport.
- Fixed catalog handling for proper Trino query execution.