Enables LLMs like Claude to query live Google Cloud Storage data through a Model Context Protocol (MCP) interface.
This tool creates a read-only Model Context Protocol (MCP) Server, enabling Large Language Models (LLMs) such as Claude Desktop to query live Google Cloud Storage data. It leverages the CData JDBC Driver for Google Cloud Storage to expose data as relational SQL models. This server then wraps the driver, presenting Google Cloud Storage data through a simplified MCP interface, allowing LLMs to retrieve information through natural language queries, eliminating the need for SQL.
主要功能
01Exposes Google Cloud Storage data to LLMs
02Compatible with Claude Desktop
030 GitHub stars
04Uses CData JDBC Driver for SQL modeling
05Supports natural language queries
06Provides a read-only MCP interface
使用案例
01Answering questions about data stored in Google Cloud Storage using natural language.
02Integrating Google Cloud Storage data into LLM-powered applications.
03Providing LLMs with access to live information stored in Google Cloud Storage.