← Back to browse

LDAP Assistant MCP

Indexed by io.github.droideck

About

MCP server for 389 Directory Server health diagnostics, log analysis, and SOS-report investigation

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLDAP_SERVERS_CONFIG
Claude Code
claude mcp add --env LDAP_SERVERS_CONFIG= ldap-assistant-mcp -- uvx ldap-assistant-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ldap-assistant-mcp","command":"uvx","args":["ldap-assistant-mcp"],"env":{"LDAP_SERVERS_CONFIG":""}}'
JSON
{
  "mcpServers": {
    "ldap-assistant-mcp": {
      "command": "uvx",
      "args": [
        "ldap-assistant-mcp"
      ],
      "env": {
        "LDAP_SERVERS_CONFIG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.