Go implementation of an MCP server for Trino, enabling database access and queries via the Model Context Protocol.
Loading more......
High-performance multi-database MCP server built with Golang, supporting MySQL & PostgreSQL, with tools for query execution, transaction management, and performance analysis.
A zero-dependency MySQL MCP server built in Go, offering configurable readonly mode and schema inspection.
Trino MCP server allowing data querying and access from Trino clusters using the MCP protocol.
An MCP server designed for querying and analyzing Azure Data Explorer databases, supporting time-series and analytics MCP use cases.
An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
Source: https://github.com/tuannvm/mcp-trino
Category: database-messaging-mcp-servers
Tags: mcp, trino, database, golang
A high-performance Model Context Protocol (MCP) server for Trino implemented in Go. It enables AI assistants and applications to interact with Trino's distributed SQL query engine via standardized MCP tools.
execute_query: Execute SQL queries with full support for complex analytics.list_catalogs: List all catalogs in the Trino server.list_schemas: List all schemas within a given catalog.list_tables: List all tables within a given schema.get_table_schema: Retrieve detailed schema information (columns, data types, nullability) for a specific table.stdio (default)http (with optional Server-Sent Events for live updates)