LDAP MCP Server by CData
@CDataSoftware
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 LDAP (beta): https://www.cdata.com/download/download.aspx?sku=RJZK-V&type=beta
Overview
What is LDAP MCP Server by CData?
LDAP MCP Server by CData is a read-only MCP server that allows LLMs (such as Claude Desktop) to query live LDAP data using natural language. It wraps the CData JDBC Driver for LDAP, which exposes LDAP directories as relational SQL models, enabling AI clients to retrieve information without writing SQL.
How to use LDAP MCP Server by CData?
Clone the repository, build the server with mvn clean install, install and license the CData JDBC Driver for LDAP, then configure a .prp file with JDBC connection details. Add the server to your Claude Desktop configuration by editing claude_desktop_config.json and run the client. The server communicates via stdio and must run on the same machine as the client.
Key features of LDAP MCP Server by CData
- Read-only MCP server for LDAP directories
- Exposes LDAP data as relational SQL tables
- Provides tools:
get_tables,get_columns,run_query - Uses CData JDBC Driver for LDAP for connectivity
- Licensed under MIT
- Works with Claude Desktop via
stdiotransport
Use cases of LDAP MCP Server by CData
- Query LDAP directory users and groups via natural language
- Analyze relationships between LDAP entries without writing SQL
- Integrate live LDAP data into AI assistant conversations
- Retrieve directory information on demand for reporting
FAQ from LDAP MCP Server by CData
Is this server read-only?
Yes, this server only supports read operations. For full read, write, update, and delete capabilities, CData offers a separate MCP Server for LDAP (beta).
What are the dependencies to run this server?
You need Java, Maven, and the CData JDBC Driver for LDAP installed and licensed (trial license available).
How does the server connect to LDAP?
It uses the CData JDBC Driver for LDAP configured via a .prp file that includes the driver path, driver class, and JDBC connection string.
What transport protocol does the server use?
The server uses stdio, so it must run on the same machine as the client (e.g., Claude Desktop).
How do I configure the server for Claude Desktop?
Create a .prp file with properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl), then add an entry to claude_desktop_config.json pointing to the JAR and .prp file.