Azure Analysis Services Mcp Server By Cdata
@CDataSoftware
Azure Analysis Services 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 Analysis Services (beta): https://www.cdata.com/download/download.aspx?sku=OAZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\azure-analysis-services.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Azure Analysis Services Mcp Server By Cdata?
Azure Analysis Services Mcp Server By Cdata is a read-only MCP server that lets LLMs like Claude Desktop query live data from Azure Analysis Services using natural language. It wraps the CData JDBC Driver for Azure Analysis Services, which exposes Azure Analysis Services data as relational SQL models.
How to use Azure Analysis Services Mcp Server By Cdata?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Azure Analysis Services, create a .prp property file with your JDBC connection string, then configure your MCP client (e.g., Claude Desktop) to launch the JAR. The server uses stdio transport, so it must run on the same machine as the client.
Key features of Azure Analysis Services Mcp Server By Cdata
- Read-only access to Azure Analysis Services data via MCP
- Wraps the CData JDBC Driver for Azure Analysis Services
- Exposes three tools:
get_tables,get_columns,run_query - Allows LLMs to query data with natural language, no SQL required
- MIT licensed and open-source
Use cases of Azure Analysis Services Mcp Server By Cdata
- Let Claude Desktop answer business questions from Azure Analysis Services cubes
- Analyze trends and correlations in Azure Analysis Services data without writing SQL
- Retrieve live data from Azure Analysis Services for LLM‑powered assistants
FAQ from Azure Analysis Services Mcp Server By Cdata
What does Azure Analysis Services Mcp Server By Cdata do?
It provides a read-only Model Context Protocol server that lets large language models query live data from Azure Analysis Services using natural language.
How is this different from the CData MCP Server for Azure Analysis Services (beta)?
This project is read-only and built from source. The free CData MCP Server (beta) supports full read, write, update, delete, and action capabilities with a simplified setup.
What are the runtime dependencies?
Java (to run the JAR), Maven (to build the project), and a licensed copy of the CData JDBC Driver for Azure Analysis Services. A trial license key (“TRIAL”) can be used for evaluation.
What transport does the server use?
It uses stdio transport, so the server must run on the same machine as the MCP client (e.g., Claude Desktop). No HTTP or WebSocket transport is available.
Where does the data live and what authentication is supported?
Data lives in Azure Analysis Services. The JDBC driver handles authentication (e.g., OAuth) via the connection string. The README shows using InitiateOAuth=GETANDREFRESH in the JDBC URL.
「クラウドとインフラ」の他のコンテンツ
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
コメント