What is the io.github.txn2/mcp-trino MCP server?
MCP server for Trino data warehouses. Query, analyze plans, and explore schemas.
How to install io.github.txn2/mcp-trino
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-trino": {
"command": "https://github.com/txn2/mcp-trino/releases/download/v0.2.1/mcp-trino_0.2.1_darwin_arm64.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-trino": {
"command": "https://github.com/txn2/mcp-trino/releases/download/v0.2.1/mcp-trino_0.2.1_darwin_arm64.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-trino": {
"command": "https://github.com/txn2/mcp-trino/releases/download/v0.2.1/mcp-trino_0.2.1_darwin_arm64.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-trino": {
"type": "stdio",
"command": "https://github.com/txn2/mcp-trino/releases/download/v0.2.1/mcp-trino_0.2.1_darwin_arm64.mcpb",
"args": []
}
}
}Claude Code
claude mcp add mcp-trino -- https://github.com/txn2/mcp-trino/releases/download/v0.2.1/mcp-trino_0.2.1_darwin_arm64.mcpbRelated MCP servers
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
View repository →MCP server for DataHub data catalogs. Discover datasets, explore lineage, and access metadata.
View repository →