← Back to Plugins
MCP Server MCP

LDAP Assistant MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ldap-assistant-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "ldap-assistant-mcp",
      "version": "0.5.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the servers.json file describing the LDAP servers, offline instances, or SOS-report archives to analyze",
          "isRequired": true,
          "format": "filepath",
          "name": "LDAP_SERVERS_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...