Presto MCP Server by CData
@CDataSoftware
关于 Presto MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Presto (beta)](https://www.cdata.com/download/download.aspx?sku=ORZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\presto.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Presto MCP Server by CData?
Presto MCP Server by CData is a read-only Bridge between Large Language Models (such as Claude Desktop) and live Presto data. It wraps the CData JDBC Driver for Presto, exposing Presto tables as SQL models through the Model Context Protocol so LLMs can answer natural‑language questions without writing SQL.
How to use Presto MCP Server by CData?
Clone the repository, build the JAR with Maven (mvn clean install), download and license the CData JDBC Driver for Presto, generate a JDBC connection string using the driver’s GUI utility, create a .prp property file with your connection details, and add the server to your client’s config (e.g., claude_desktop_config.json). The server runs over stdio and must be on the same machine as the client.
Key features of Presto MCP Server by CData
- Read‑only MCP server using CData JDBC Driver for Presto
- Three built‑in tools:
get_tables,get_columns,run_query - Accepts natural‑language questions, no SQL required
- Requires Java, Maven, and a licensed CData JDBC Driver
- Supports all Presto data sources reachable by the JDBC driver
- Transport via
stdio(same‑machine clients only)
Use cases of Presto MCP Server by CData
- Query Presto data by asking plain‑English questions in Claude Desktop
- Explore available tables and their columns without memorizing schemas
- Execute SQL SELECT queries through an LLM interface
- Provide live data answers for business analysis and reporting
FAQ from Presto MCP Server by CData
Is this server read‑only?
Yes. This project builds a read‑only MCP server. For full CRUD and action support, check the free CData MCP Server for Presto (beta) linked in the README.
What dependencies are required?
Java, Apache Maven (to build), and the CData JDBC Driver for Presto (must be downloaded, installed, and licensed).
How is the connection configured?
Use the JDBC driver’s connection‑string builder to create a JDBC URL, then place it in a .prp file along with driver path, driver class, and optional table filters.
Where does the data live?
Data remains in the Presto source. The server does not store or cache data; it queries live via the CData JDBC Driver.
What transport does the server use?
It uses stdio transport, so it only works with clients running on the same machine as the server.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论