T
Trino
Run SQL queries against a Trino cluster.
·No reviews yet
Share:
About
Auto-generated
Trino is a Model Context Protocol server in the Data & Databases category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Install Trino
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"trino": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trino"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"trino": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trino"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"trino": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trino"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.