apache-hbase-mcp-server-by-cdata
0
CData's MCP Server for Apache Hbase is a read-only server enabling LLMs to query live data using the CData JDBC Driver. It simplifies data interaction by wrapping the driver and exposing data through a simple interface without requiring SQL knowledge.
apache-hbase-mcp-server-by-cdata
CData's Model Context Protocol (MCP) Server for Apache Hbase
Purpose
- A read-only MCP Server for querying live data from Apache Hbase using CData JDBC Driver.
- Exposes Apache Hbase data through a simple MCP interface for LLMs like Claude Desktop, eliminating the need for SQL queries.
Setup Guide
- Clone the repository.
- Build and install the server.
- Download and license the CData JDBC Driver.
- Configure your connection to the data source.
- Create a
.prp
file for the JDBC connection.
Using the Server with Claude Desktop
- Configure the
claude_desktop_config.json
to add the new MCP server. - Refresh your client.
Running the Server
- Execute the MCP Server using specified commands.
Usage Details
- The server allows AI clients to use built-in tools for interacting with data without explicit SQL commands.
Tools & Descriptions
{servername}_get_tables
: Retrieve available tables.{servername}_get_columns
: Retrieve available columns.{servername}_run_query
: Execute a SQL SELECT query.
Troubleshooting
- Ensure the server is configured properly and check connections.