Skip to content
Cursor

LemonLDAP::NG MCP Server for Cursor

io.github.linagora/llng-mcp

Manage LemonLDAP::NG SSO instances: configuration, sessions, OIDC, SAML, 2FA.

client:Cursor transport:stdio runtime:npm

Install LemonLDAP::NG MCP Server in Cursor

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

{
  "mcpServers": {
    "llng-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "llng-mcp"
      ]
    }
  }
}

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

LemonLDAP::NG MCP Server in other clients