Exposes Parquet data as a Model Context Protocol (MCP) server, enabling LLMs to query it using natural language.
This read-only MCP Server provides a streamlined way for Large Language Models (LLMs), like Claude Desktop, to access and query live Parquet data. By leveraging the CData JDBC Driver for Parquet, the server presents Parquet files as relational SQL models accessible through a simple MCP interface. This allows users to retrieve real-time information by posing natural language questions, eliminating the need for direct SQL queries.
주요 기능
01Read-only access to Parquet data
02Integration with LLMs like Claude Desktop
030 GitHub stars
04Compatible with CData JDBC Driver for Parquet
05Exposes Parquet data as relational SQL models
06Enables natural language querying of data through MCP
사용 사례
01Connecting Parquet data to LLMs for natural language querying
02Retrieving real-time information from Parquet files without SQL
03Integrating Parquet data into AI-powered applications