MCP.so
登录
H

HCL Domino MCP Server by CData

@CDataSoftware

关于 HCL Domino 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 HCL Domino (beta): https://www.cdata.com/download/download.aspx?sku=JKZK-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\\hcl-domino.prp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is HCL Domino MCP Server by CData?

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

How to use HCL Domino MCP Server by CData?

Clone the repository, build the JAR with Maven, install and license the CData JDBC Driver for HCL Domino, create a JDBC properties (.prp) file with the connection string, then configure Claude Desktop to launch the server via the Java executable and the JAR. The server uses stdio transport and must run on the same machine as the client.

Key features of HCL Domino MCP Server by CData

  • Read-only MCP server for querying HCL Domino data.
  • Exposes Domino data as relational SQL models via JDBC.
  • Provides three built-in tools: get_tables, get_columns, run_query.
  • Supports natural language queries through LLMs like Claude Desktop.
  • Uses stdio transport; must run on the same machine as the client.
  • Requires the CData JDBC Driver for HCL Domino (separate install).

Use cases of HCL Domino MCP Server by CData

  • Ask natural language questions about Domino data (e.g., sales opportunities, support tickets, calendar events).
  • Explore available tables and columns in the Domino data source without manual SQL.
  • Perform read-only analysis of live Domino data from within an AI client.

FAQ from HCL Domino MCP Server by CData

Is the server read-only?

Yes, this project builds a read-only MCP server. For full CRUD and action capabilities, use the separate CData MCP Server for HCL Domino (beta).

What are the system requirements?

Java (to run the JAR), the CData JDBC Driver for HCL

评论

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