Back to Apps

LDAP MCP Server
by trxo
Connect your AI to LDAP directories for searching, retrieving, and managing directory entries via MCP.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
LDAP MCP Server bridges the Model Context Protocol with LDAP directories (like OpenLDAP or Active Directory). It allows an AI assistant to perform administrative and lookup tasks directly against a directory service, transforming complex LDAP queries into simple tool calls.
Tools
search_entries: Execute LDAP searches with paging, scope selection, and size limits.get_entry: Fetch a single directory entry by its distinguished name (DN).add_entry: Create new entries in the directory (requires read-write mode).modify_entry: Update attributes of existing entries (requires read-write mode).delete_entry: Remove entries from the directory (requires read-write mode).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ldap-mcp": {
"command": "go",
"args": [
"run",
"github.com/trxo/ldap-mcp/cmd/server",
"-url", "ldap://localhost:389",
"-bind-dn", "cn=admin,dc=example,dc=com",
"-bind-password", "secret"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go run github.com/trxo/ldap-mcp/cmd/server -url ldap://localhost:389 -bind-dn "cn=admin,dc=example,dc=com" -bind-password secretInformation
- Pricing
- free
- Published
- 6/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"ldap-mcp": {"command": "go", "args": ["run", "github.com/trxo/ldap-mcp/cmd/server", "-url", "ldap://localhost:389", "-bind-dn", "cn=admin,dc=example,dc=com", "-bind-password", "secret"]}}}





