ldap-mcp-server-by-cdata

ldap-mcp-server-by-cdata

3.2

If you are the rightful owner of ldap-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 LDAP is a read-only server designed to allow LLMs to query live LDAP data using natural language.

CData's Model Context Protocol (MCP) Server for LDAP is a specialized server that facilitates the interaction between large language models (LLMs) and LDAP data sources. By leveraging the CData JDBC Driver for LDAP, this server exposes LDAP data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve information from LDAP directories. This setup is particularly useful for applications like Claude Desktop, where users can ask natural language questions to obtain real-time data insights. The server is built using Java and Maven, ensuring compatibility across different operating systems, and it supports a wide range of data sources, making it a versatile tool for data integration and analysis.

Features

  • Read-only access to LDAP data through a simple MCP interface.
  • Integration with CData JDBC Driver for LDAP to expose data as relational SQL models.
  • Compatibility with LLMs like Claude Desktop for natural language querying.
  • Cross-platform support with setup instructions for Windows, Mac, and Linux.
  • Extensive support for various data sources, enhancing data integration capabilities.

Tools

  1. ldap_get_tables

    Retrieves a list of tables available in the data source.

  2. ldap_get_columns

    Retrieves a list of columns for a specified table.

  3. ldap_run_query

    Executes a SQL SELECT query on the data source.