Execute SQL on Trino clusters securely through MCP with read/write controls.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Trino MCP Server" yet — see the docs or source repo.
Connect to the Trino cluster and run: SELECT date, revenue, orders FROM analytics.daily_kpis WHERE date >= current_date - interval '7' day ORDER BY date; Return the results as a table.
A table showing revenue and order counts for the last 7 days.
After confirming the target table exists, write yesterday's sales totals by channel into analytics.channel_sales_summary, and first show me the INSERT statement for approval.
It first shows the SQL and risk notice, then writes the data after approval and returns execution status.
Test the Trino connection with the current configuration and check whether I have permission to read hive.sales.orders; if it fails, explain whether it is an authentication, network, or permission issue.
It returns the connection test result, access check conclusion, and likely causes of failure.
Securely connect to and operate MySQL databases through the MCP protocol.
Use one MCP server for filesystem, database, web, and system operations.
Query and manage Microsoft SQL Server databases with natural language.
Securely inspect and query SQL Server databases for analysis and troubleshooting.
Securely run read-only queries and diagnostics on two SQL Server 2019 instances.
Verify high-impact decisions with Trust OS to reduce risk and improve confidence.