Apache Hbase MCP Server by CData
@CDataSoftware
关于 Apache Hbase 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 Apache Hbase (beta)](https://www.cdata.com/download/download.aspx?sku=RHZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\apache-hbase.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Apache Hbase MCP Server by CData?
The Apache Hbase MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables large language models (LLMs) such as Claude Desktop to query live Apache Hbase data using natural language. It is built on the CData JDBC Driver for Apache Hbase, which exposes Hbase data as relational SQL models, and wraps that driver into a simple MCP interface — no SQL required from the user.
How to use Apache Hbase MCP Server by CData?
Clone the repository and build the JAR with mvn clean install. Install and license the CData JDBC Driver for Apache Hbase. Use the driver’s Connection String utility to configure your connection, then create a .prp file with the required properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl, etc.). Add the server to your Claude Desktop configuration (claude_desktop_config.json) using java -jar CDataMCP-jar-with-dependencies.jar <path-to-prp>. Run or restart Claude Desktop to start querying your Hbase data.
Key features of Apache Hbase MCP Server by CData
- Read-only SQL access to live Apache Hbase data
- Natural language querying via MCP-compatible LLM clients
- Built on the CData JDBC Driver for Apache Hbase
- Works with Claude Desktop and other stdio-based MCP clients
- Uses a simple
.prpfile for connection configuration - Supports OAuth authentication when required by the data source
Use cases of Apache Hbase MCP Server by CData
- Ask an AI assistant to retrieve Hbase table contents without writing SQL
- Let a language model analyze trends across Hbase columns
- Integrate Hbase data into conversational workflows in Claude Desktop
- Quickly explore Hbase schema through automated tools (get_tables, get_columns)
FAQ from Apache Hbase MCP Server by CData
Is this server read-only or can it write data?
The server is explicitly a read-only MCP server. It only exposes SQL SELECT queries via the run_query tool. For full read, write, update, and delete capabilities, CData offers a separate free beta MCP server.
What dependencies are required to run this server?
You need Java (to run the JAR), the CData JDBC Driver for Apache Hbase (downloaded and licensed separately), and an MCP client (e.g., Claude Desktop) that supports stdio transport.
How is authentication handled for Hbase?
The CData JDBC Driver’s Connection String utility lets you configure authentication, including OAuth. After testing the connection, you copy the resulting connection string (JdbcUrl) into your .prp file.
What transport does this server use?
The server uses stdio transport, so it can only be used with clients running on the same machine as the server.
Where can I get help if something goes wrong?
For connection issues, contact the CData Support Team. For general MCP server feedback, join the CData Community. Troubleshooting tips include restarting Claude Desktop fully and verifying the connection string.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论