Skip to content
Cursor

LDAP Assistant MCP for Cursor

io.github.droideck/ldap-assistant-mcp

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

client:Cursor transport:stdio runtime:pypi

Install LDAP Assistant MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LDAP Assistant MCP in other clients