Google Directory MCP Server by CData
@CDataSoftware
关于 Google Directory 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 Google Directory (beta): https://www.cdata.com/download/download.aspx?sku=EUZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\google-directory.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Directory MCP Server by CData?
Google Directory MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables LLMs like Claude Desktop to query live data from Google Directory using natural language. It wraps the CData JDBC Driver for Google Directory, which exposes Google Directory as relational SQL models, and makes that data available through a simple MCP interface—no SQL required.
How to use Google Directory MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, install and license the CData JDBC Driver for Google Directory, then configure a .prp file with your connection details. Add the server to your Claude Desktop config (claude_desktop_config.json) using the Java command that points to the JAR and the .prp file. Run or refresh your client to start querying.
Key features of Google Directory MCP Server by CData
- Read-only access to live Google Directory data
- Exposes Google Directory as SQL tables via MCP tools
- Supports natural language queries through LLM clients
- Provides tools:
get_tables,get_columns,run_query - Uses
stdiotransport (client and server on same machine)
Use cases of Google Directory MCP Server by CData
- Answering questions about Google Directory users and groups via a conversational AI
- Listing available tables and columns in Google Directory for exploration
- Running read-only SQL queries against Google Directory data without writing full SQL
- Integrating Google Directory insights into AI‑powered analytics workflows
FAQ from Google Directory MCP Server by CData
Is this server read-only or can it write data?
The README explicitly states this project builds a read-only MCP server. For full create, update, delete, and action capabilities, CData offers a separate free beta server.
What are the runtime requirements?
You need Java installed, the CData JDBC Driver for Google Directory (downloaded and licensed), and the server must run on the same machine as the client because it uses stdio transport.
How do I connect to Google Directory?
Configure a .prp file with the JDBC connection string (e.g., jdbc:googledirectory:InitiateOAuth=GETANDREFRESH;), and set the path to the driver JAR and driver class (cdata.jdbc.googledirectory.GoogleDirectoryDriver).
What tools does the server expose?
It provides {servername}_get_tables (list tables), {servername}_get_columns (list columns for a table), and {servername}_run_query (execute a SQL SELECT query). All output is CSV.
Where does my data live?
The server queries Google Directory live via the JDBC driver; no data is stored by the server. The driver handles authentication and data retrieval directly from Google.
文件与存储 分类下的更多 MCP 服务器
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
S3 MCP Server
samuraikunMCP server to integrate AWS S3 and LLM
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
评论