hcl-domino-mcp-server-by-cdata

hcl-domino-mcp-server-by-cdata

3.3

If you are the rightful owner of hcl-domino-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for HCL Domino is a read-only server designed to allow LLMs to query live data from HCL Domino using natural language.

The CData MCP Server for HCL Domino is a specialized server that facilitates the interaction between large language models (LLMs) and HCL Domino data. By leveraging the CData JDBC Driver for HCL Domino, this server exposes Domino data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications that require real-time data retrieval and analysis, such as AI-driven insights and decision-making tools. The server is built to be read-only, ensuring data integrity while providing seamless access to information. Users can set up the server by cloning the repository, building the server, and configuring the connection to the data source. The server is compatible with various platforms, including Claude Desktop, and can be integrated into existing workflows to enhance data accessibility and usability.

Features

  • Read-only access to HCL Domino data
  • Integration with CData JDBC Driver for HCL Domino
  • Natural language querying without SQL
  • Compatible with LLMs like Claude Desktop
  • Simple setup and configuration

Tools

  1. hcl_domino_get_tables

    Retrieves a list of tables available in the data source.

  2. hcl_domino_get_columns

    Retrieves a list of columns for a specified table.

  3. hcl_domino_run_query

    Executes a SQL SELECT query.