- HCL Domino MCP Server by CData
HCL Domino MCP Server by CData
What is HCL Domino MCP Server by CData?
HCL Domino MCP Server by CData is a read-only Model Context Protocol (MCP) server designed to allow large language models (LLMs) to query live data from HCL Domino using natural language, without the need for SQL.
How to use HCL Domino MCP Server?
To use the server, clone the repository, build the server, install the CData JDBC Driver for HCL Domino, configure your connection, and create a configuration file for your AI client (e.g., Claude Desktop).
Key features of HCL Domino MCP Server?
- Provides a read-only interface to HCL Domino data.
- Allows LLMs to retrieve live information using natural language queries.
- Simplifies data access without requiring SQL knowledge.
Use cases of HCL Domino MCP Server?
- Querying live data from HCL Domino for reporting.
- Integrating HCL Domino data with AI applications.
- Enabling natural language queries for business intelligence tools.
FAQ from HCL Domino MCP Server?
- Can I write data using this server?
No, this server is read-only. For full capabilities, consider the CData MCP Server for HCL Domino (beta).
- Is there a trial version available?
Yes, a trial version of the CData JDBC Driver is available for download.
- What is the licensing for this server?
The server is licensed under the MIT License, allowing free use, modification, and distribution.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\hcl-domino.prp"
]
}
}
}