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
基本情報
設定
以下の設定を使って、このサーバーを 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
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.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント