MCP.so
登录
L

LDAP MCP Server by CData

@CDataSoftware

关于 LDAP 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 LDAP (beta): https://www.cdata.com/download/download.aspx?sku=RJZK-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\\ldap.prp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

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 stdio transport

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.

评论

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