Skip to content

LDAP Assistant MCP for Zed

io.github.droideck/ldap-assistant-mcp

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

client:Zed transport:stdio runtime:pypi

Install LDAP Assistant MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

LDAP Assistant MCP in other clients