mcp-trino
21
The project is a high-performance Model Context Protocol (MCP) server for Trino, implemented in Go. It facilitates seamless interaction between AI assistants and Trino's SQL query engine, offering comprehensive support for various clients including Cursor, Claude Desktop, and ChatWise.
Overview
This project implements a Model Context Protocol (MCP) server for Trino in Go. It enables AI assistants to access Trino's distributed SQL query engine through standardized MCP tools.
Features
- MCP server implementation in Go
- Trino SQL query execution through MCP tools
- Catalog, schema, and table discovery
- Docker container support
- Supports both STDIO and HTTP transports
- Server-Sent Events (SSE) support for Cursor and other MCP clients
- Compatible with Cursor, Claude Desktop, Windsurf, ChatWise, and any MCP-compatible clients.