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 HubDB (beta): https://www.cdata.com/download/download.aspx?sku=KTZK-V&type=beta
Overview
What is HubDB MCP Server by CData?
HubDB MCP Server is a read-only server that allows LLMs (like Claude Desktop) to query live data from HubDB using natural language, without needing SQL.
How to use HubDB MCP Server?
To use the server, clone the repository, build it, install the CData JDBC Driver, configure your connection, and run the server. You can then interact with it through an AI client like Claude Desktop.
Key features of HubDB MCP Server?
- Read-only access to HubDB data via a simple MCP interface.
- Natural language querying capabilities for LLMs.
- Integration with CData JDBC Driver for seamless data access.
Use cases of HubDB MCP Server?
- Querying live data from HubDB for analytics.
- Integrating with AI clients for natural language data retrieval.
- Simplifying data access for developers and data scientists.
FAQ from HubDB MCP Server?
- Can I write data to HubDB using this server?
No, this server is read-only. For write capabilities, use the full CData MCP Server for HubDB.
- Is there a cost to use the HubDB MCP Server?
The server is free to use.
- What kind of data sources can I connect to?
You can connect to various data sources supported by the CData JDBC Driver.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\hubdb.prp"
]
}
}
}