MCP.so
登录
H

Hubdb MCP Server by CData

@CDataSoftware

关于 Hubdb 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 HubDB (beta): https://www.cdata.com/download/download.aspx?sku=KTZK-V&type=beta

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\hubdb.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Hubdb MCP Server by CData?

Hubdb MCP Server by CData is a read-only MCP server that enables LLMs like Claude Desktop to query live HubDB data using natural language. It wraps the CData JDBC Driver for HubDB, which exposes HubDB as relational SQL models.

How to use Hubdb MCP Server by CData?

Clone the repository, build the JAR with Maven, install and license the CData JDBC Driver for HubDB, and configure a .prp file with the driver path, driver class, and JDBC URL. Then add the server to the Claude Desktop config file (claude_desktop_config.json) and restart the client.

Key features of Hubdb MCP Server by CData

  • Read-only querying of live HubDB data
  • Natural language access to HubDB via LLM
  • Three built-in tools: get_tables, get_columns, run_query
  • Uses stdio transport for local clients
  • SQL-like queries without writing SQL

Use cases of Hubdb MCP Server by CData

  • Query HubDB tables by asking natural language questions in Claude Desktop
  • Explore available tables and columns in HubDB programmatically
  • Run ad-hoc SELECT queries on HubDB data through an LLM
  • Analyze HubDB data alongside other MCP-connected sources

FAQ from Hubdb MCP Server by CData

Is this server read-only?

Yes, this server provides read-only access. For full CRUD and action capabilities, use the free CData MCP Server for HubDB (beta).

What dependencies are required?

Java, Maven, and the CData JDBC Driver for HubDB (trial or licensed) are required. The driver must be installed and licensed before use.

How do I configure the connection?

Create a .prp file with the properties Prefix, ServerName, ServerVersion, DriverPath, DriverClass, JdbcUrl, and Tables. Use the Connection String utility included with the JDBC driver to generate the JDBC URL.

What transport does the server use?

The server uses stdio transport, so it can only be used with clients running on the same machine.

How do I troubleshoot connectivity issues?

Ensure Claude Desktop is fully quit before restarting, verify the connection string using the Connection String utility, and contact the CData Support Team or the CData Community for further help.

评论

其他 分类下的更多 MCP 服务器