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.
Explore SQL schemas and run safe read-only SELECT queries.
Use one MCP server for filesystem, database, web, and system operations.
Securely run MySQL queries and manage schemas with access control and logging.
Perform file tasks, manage npm packages, and check configuration security via MCP.
Run MySQL queries, manage databases, and switch project environments via MCP.