Skip to content
Gemini CLI

LDAP Assistant MCP for Gemini CLI

io.github.droideck/ldap-assistant-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install LDAP Assistant MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ldap-assistant-mcp": {
      "command": "uvx",
      "args": [
        "ldap-assistant-mcp"
      ],
      "env": {
        "LDAP_SERVERS_CONFIG": "<LDAP_SERVERS_CONFIG>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

LDAP Assistant MCP in other clients