69
/ 100
6 days ago
glama

LDAP Assistant MCP

Enables troubleshooting of LDAP directory services through natural language queries, providing health diagnostics, replication status, performance metrics, log analysis, and configuration comparisons across multiple servers.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: LDAP_BIND_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLDAP_SERVERS_CONFIG"": "/path/to/your/servers.json"
configLDAP_URL"": "ldap://localhost:389",
configLDAP_TLS_VERIFYtrue Verify the server certificate on remote ldaps:// connections (set false only for trusted labs)
configLDAP_MCP_EXPOSE_SENSITIVE_DATAfalse Disable privacy mode (see [Privacy Mode](#privacy-mode))
configLDAP_MCP_DEBUGfalse Enable debug logging and tracebacks in tool errors
configLDAP_MCP_TOOL_TIMEOUT30 Per-tool-call timeout in seconds
configLDAP_MCP_MAX_TOOL_TIMEOUT120 Timeout ceiling for heavy tools (first_look, archive comparison, …)
configLDAP_HOSTNAME/ LDAP_PORT / LDAP_USE_SSL localhost / 389 / false Connection parameters
configLDAP_USE_SSLLDAP_HOSTNAME / LDAP_PORT / localhost / 389 / false Connection parameters
configLDAP_PORTLDAP_HOSTNAME / / LDAP_USE_SSL localhost / 389 / false Connection parameters
configLDAP_BASE_DN"": "dc=example,dc=com",
configLDAP_AUTH_METHODsimple simple, anonymous, or sasl_external
configLDAP_BIND_DN"": "cn=Directory Manager",
🔐 secretLDAP_BIND_PASSWORD"": "your-password"
configLDAP_PROVIDERdirsrv Server implementation: dirsrv (389 DS) or openldap (experimental)
configLDAP_IS_LOCAL/ LDAP_SERVERID false / – Enable local-instance features (logs, disk, certs)
configLDAP_SERVERIDLDAP_IS_LOCAL / false / – Enable local-instance features (logs, disk, certs)
configLDAP_USE_LDAPIfalse Connect over the LDAPI unix socket
configLDAP_CONNECT_TIMEOUT30 LDAP network/operation timeout in seconds (prevents hangs on unreachable servers)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/droideck-ldap-assistant-mcp-11a22g)](https://m8ven.ai/mcp/droideck-ldap-assistant-mcp-11a22g)
commit: 44b507be486045d7d2b19c35869dbb750f3ccc28
code hash: b01c1bbd756834b87dd63ee3f64e99c2613d03707afd8fb194c3be817392d143
verified: 6/22/2026, 12:23:02 PM
view raw JSON →