mcp-trino and mcptools
The Trino MCP server and mcptools are ecosystem siblings, specifically a server and its command-line client, respectively, for the Model Context Protocol.
About mcp-trino
tuannvm/mcp-trino
A high-performance Model Context Protocol (MCP) server for Trino implemented in Go.
This project helps AI assistants connect directly to Trino, a powerful distributed SQL query engine. It takes requests from AI tools like Claude or Cursor and translates them into SQL queries that Trino can execute across various data sources (like PostgreSQL, S3, or BigQuery). Data analysts, data scientists, and anyone using AI tools to explore large datasets can use this to get immediate insights from their data warehouses without manual querying.
About mcptools
f/mcptools
A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.
This tool helps developers interact with Model Context Protocol (MCP) servers. It allows you to discover, call, and manage various 'tools' and 'resources' exposed by these servers, similar to interacting with a remote API. You input server addresses and commands, and it outputs structured data about available functions or the results of calling them. This is for developers building or integrating with systems that use the MCP standard.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work