Google Spanner MCP Server by CData
@CDataSoftware
关于 Google Spanner 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 Spanner (beta): https://www.cdata.com/download/download.aspx?sku=OGZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\google-spanner.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Spanner MCP Server by CData?
A read-only Model Context Protocol (MCP) server that allows LLMs like Claude Desktop to query live Google Spanner data using natural language. It wraps the CData JDBC Driver for Google Spanner, which exposes Google Spanner as relational SQL models.
How to use Google Spanner MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Google Spanner, configure a connection string using the driver’s utility, create a .prp file with the JDBC URL and other properties, then add the server to your Claude Desktop config file using the java -jar command pointing to the JAR and .prp file. Restart Claude Desktop to see the server.
Key features of Google Spanner MCP Server by CData
- Read-only access to Google Spanner data
- Natural language querying via LLMs
- Built‑in tools:
get_tables,get_columns,run_query - Returns data in CSV format
- Uses stdio transport for local clients
- Requires CData JDBC Driver for Google Spanner
Use cases of Google Spanner MCP Server by CData
- Ask an AI assistant about Google Spanner data without writing SQL
- Explore table schemas and columns in Google Spanner
- Retrieve live business data from Google Spanner for analysis
- Integrate Google Spanner data into AI‑powered chat workflows
FAQ from Google Spanner MCP Server by CData
Is the server read-only?
Yes, this project builds a read-only MCP server that supports only SELECT queries.
What tools does the server provide?
Three tools: {servername}_get_tables (list tables), {servername}_get_columns (list columns of a table), and {servername}_run_query (execute a SQL SELECT query).
What are the runtime dependencies?
You need Java, the CData JDBC Driver for Google Spanner (installed and licensed), and the built JAR file CDataMCP-jar-with-dependencies.jar.
How is the server transported?
It uses stdio transport, so it can only be used with clients running on the same machine.
How do I authenticate to Google Spanner?
Authentication is handled by the CData JDBC Driver. The README mentions OAuth support; you will need to authenticate in your browser when testing the connection via the driver’s connection string utility.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论