LDAP Assistant MCP
by droideck
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LDAP_URL | No | Full LDAP URL (alternative to hostname/port/SSL) | |
| LDAP_PORT | No | LDAP server port | 389 |
| LDAP_BASE_DN | No | Default search base DN | |
| LDAP_BIND_DN | No | Bind DN | cn=Directory Manager |
| LDAP_USE_SSL | No | Use SSL (ldaps://) | false |
| LDAP_HOSTNAME | No | LDAP server hostname | localhost |
| LDAP_IS_LOCAL | No | Enable local-instance features | false |
| LDAP_PROVIDER | No | Server implementation: dirsrv (389 DS) or openldap (experimental) | dirsrv |
| LDAP_SERVERID | No | Local instance server ID (without slapd- prefix) | |
| LDAP_MCP_DEBUG | No | Enable debug logging | false |
| LDAP_USE_LDAPI | No | Connect over LDAPI unix socket | false |
| LDAP_IS_OFFLINE | No | Treat local instance as stopped | false |
| LDAP_TLS_VERIFY | No | Verify server certificate on remote ldaps:// connections | true |
| LDAP_AUTH_METHOD | No | Authentication method (simple, anonymous, sasl_external) | simple |
| LDAP_BIND_PASSWORD | No | Bind password | |
| LDAP_SERVERS_CONFIG | No | Absolute path to servers.json (multi-server config; preferred) | |
| LDAP_CONNECT_TIMEOUT | No | LDAP network/operation timeout in seconds | 30 |
| LDAP_MCP_TOOL_TIMEOUT | No | Per-tool-call timeout in seconds | 30 |
| LDAP_MCP_MAX_TOOL_TIMEOUT | No | Timeout ceiling for heavy tools in seconds | 120 |
| LDAP_MCP_EXPOSE_SENSITIVE_DATA | No | Disable privacy mode (set to 'true' to expose sensitive data) | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/droideck/ldap-assistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server