Dataring-engineering_mcp-server-trino

Dataring-engineering_mcp-server-trino

0

The Trino MCP Server provides an environment to list and query Trino tables using the Model-Control-Protocol. It allows the execution of arbitrary SQL queries through Trino's distributed SQL query engine.

Trino MCP Server

  • MCP: A protocol for bridging AI models, data, and tools. This server offers:
    • Trino tables as MCP resources
    • Read table contents via MCP
    • Execute SQL queries against Trino
  • Trino: A fast SQL query engine for big data analytics, using Python's trino.dbapi to connect to Trino.