Azure Table MCP Server by CData
@CDataSoftware
关于 Azure Table 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 Azure Table (beta): https://www.cdata.com/download/download.aspx?sku=CAZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\azure-table.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Azure Table MCP Server by CData?
Azure Table MCP Server by CData is a read-only Model Context Protocol (MCP) server that uses the CData JDBC Driver for Azure Table to expose Azure Table data as relational SQL models. It allows large language models (like Claude Desktop) to query live Azure Table data through natural language questions without writing SQL.
How to use Azure Table MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and install the CData JDBC Driver for Azure Table, license it via java -jar cdata.jdbc.azuretables.jar --license, configure the connection string using the driver’s Connection String utility, create a .prp file with JDBC properties, and add the server to your client’s configuration (e.g., claude_desktop_config.json). The server runs on stdio and must be on the same machine as the client.
Key features of Azure Table MCP Server by CData
- Read-only access to Azure Table data via natural language queries
- Uses the CData JDBC Driver for Azure Table as the underlying engine
- Exposes tables and columns as MCP tools (
get_tables,get_columns,run_query) - CSV-formatted output for easy consumption by LLMs
- Configurable table subset via the
.prpfile’sTablesproperty
Use cases of Azure Table MCP Server by CData
- Let AI assistants answer questions about Azure Table data without writing SQL
- Enable natural-language analytics on Azure Table storage
- Integrate live Azure Table queries into agentic workflows
FAQ from Azure Table MCP Server by CData
Is this server read-only or read-write?
The README explicitly states this is a read-only MCP server. For full read, write, update, delete, and action capabilities, the author recommends the free CData MCP Server for Azure Table (beta).
What are the runtime requirements?
You need Java, Maven, and the CData JDBC Driver for Azure Table installed and licensed. The server runs as a Java JAR file.
How does the server communicate with clients?
The server uses the stdio transport, so it can only be used with clients running on the same machine.
Where does my data live?
Data resides in Azure Table and is accessed live through the CData JDBC Driver. The server does not store or cache data locally beyond the query results sent to the client.
How do I troubleshoot connection issues?
Ensure you have configured the connection string properly using the driver’s Connection String utility, and that the .prp file contains the correct JDBC URL. For further help, contact CData Support or join the CData Community.
云与基础设施 分类下的更多 MCP 服务器
Mcp K8s Go
strowkMCP server connecting to Kubernetes
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
评论