Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

LemonLDAP::NG MCP Server

NPM · LLNG-MCP · SCANNED AUG 3

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

Available components

+18 this week 58 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2821 tokens (~65/item across 43 items; 43 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 88% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · llng-mcp

# add to Claude Code
claude mcp add linagora-llng-mcp -- npx -y llng-mcp
# add to Codex CLI
codex mcp add linagora-llng-mcp -- npx -y llng-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "linagora-llng-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "llng-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add linagora-llng-mcp --command npx --arg -y --arg llng-mcp
# ~/.hermes/config.yaml
mcp_servers:
  linagora-llng-mcp:
    command: "npx"
    args: ["-y", "llng-mcp"]
// mcp.json
{
  "mcpServers": {
    "linagora-llng-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "llng-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • License: unverified → fail functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
  • 1 Aug 26 −13
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −12
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • License: unverified → fail functional
    • Maintenance: unverified → pass functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 43 exposed · ~2,821 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
llng_2fa_delete ~50

Delete specific 2FA device(s)

NameTypeReqDescription
idsarrayyes
instancestringLLNG instance name (uses default if omitted)
userstringyes

No output schema declared.

No examples provided.

llng_2fa_delType ~54

Delete all 2FA devices of a given type

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
typestringyes
userstringyes

No output schema declared.

No examples provided.

llng_2fa_list ~42

List user's 2FA devices

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
userstringyes

No output schema declared.

No examples provided.

llng_config_addKey ~75

Add subkey to a composite LLNG config parameter

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
keystringyesThe composite config key
subkeystringyesThe subkey to add
valuestringyesThe value for the subkey

No output schema declared.

No examples provided.

llng_config_delKey ~62

Delete subkey from a composite LLNG config parameter

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
keystringyesThe composite config key
subkeystringyesThe subkey to delete

No output schema declared.

No examples provided.

llng_config_export ~34

Export full LLNG config as JSON

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_config_get ~49

Get LLNG config value(s) by key

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
keysarrayyesArray of config keys to retrieve

No output schema declared.

No examples provided.

llng_config_import ~47

Import LLNG config from JSON

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
jsonstringyesJSON string of the config to import

No output schema declared.

No examples provided.

llng_config_info ~39

Get current LLNG config metadata (number, author, date)

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_config_merge ~47

Merge JSON snippet into LLNG config

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
jsonstringyesJSON string to merge into config

No output schema declared.

No examples provided.

llng_config_rollback ~36

Rollback LLNG config to previous version

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_config_set ~60

Set LLNG config value(s)

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
keysobjectyesKey-value pairs to set in config
logstringOptional log message for this change

No output schema declared.

No examples provided.

llng_config_test_email ~51

Send a test email to verify SMTP settings

NameTypeReqDescription
destinationstringyesEmail address to send the test email to
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_config_update_cache ~34

Force LLNG config cache update

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_consent_delete ~48

Delete user's OIDC consent(s)

NameTypeReqDescription
idsarrayyes
instancestringLLNG instance name (uses default if omitted)
userstringyes

No output schema declared.

No examples provided.

llng_consent_list ~41

List user's OIDC consents

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
userstringyes

No output schema declared.

No examples provided.

llng_delete_session ~68

Delete user sessions by UID pattern

NameTypeReqDescription
debugbooleanEnable debug output
forcebooleanForce deletion without confirmation
instancestringLLNG instance name (uses default if omitted)
uidstringyesUID pattern to match for session deletion

No output schema declared.

No examples provided.

llng_download_saml_metadata ~88

Download SAML metadata from a remote IdP

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
noCheckbooleanDisable SSL certificate verification
outputFilestringOutput file path for downloaded metadata
urlstringyesURL of the remote SAML metadata
verbosebooleanEnable verbose output

No output schema declared.

No examples provided.

llng_import_metadata ~140

Import a SAML federation into LLNG config

NameTypeReqDescription
idpPrefixstringPrefix for IdP entity IDs
ignoreIdparrayIdP entity IDs to ignore
ignoreSparraySP entity IDs to ignore
instancestringLLNG instance name (uses default if omitted)
noCheckbooleanDisable SSL certificate verification
removebooleanRemove entities not in metadata
spPrefixstringPrefix for SP entity IDs
urlstringyesURL of the SAML federation metadata
verbosebooleanEnable verbose output

No output schema declared.

No examples provided.

llng_instances ~19

List available LLNG instances and their transport mode

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

llng_oidc_authorize ~42

Get authorization URL with PKCE

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
scopestring

No output schema declared.

No examples provided.

llng_oidc_check_auth ~61

Check if a URL requires authentication (only public URLs allowed, private/internal IPs blocked)

NameTypeReqDescription
access_tokenstringyes
instancestringLLNG instance name (uses default if omitted)
urlstringyes

No output schema declared.

No examples provided.

llng_oidc_introspect ~43

Introspect an access token

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
tokenstringyes

No output schema declared.

No examples provided.

llng_oidc_issuer_enable ~66

Enable OIDC issuer on the LLNG instance (activates issuerDBOpenIDConnectActivation and generates signing keys)

NameTypeReqDescription
forcebooleanForce re-enable even if already activated
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_oidc_metadata ~33

Fetch OIDC discovery metadata

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_oidc_refresh ~40

Refresh an access token

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)
refresh_tokenstringyes

No output schema declared.

No examples provided.

llng_oidc_rp_add ~158

Add a new OIDC Relying Party

NameTypeReqDescription
clientIdstringyesOAuth2 client ID
clientSecretstringOAuth2 client secret
confKeystringyesInternal identifier for the RP
displayNamestringDisplay name for the RP
exportedVarsobjectClaim-to-attribute mappings (default: {"name":"cn","preferred_username":"uid","email":"mail"})
extraClaimsobjectExtra claims mappings
instancestringLLNG instance name (uses default if omitted)
optionsobjectAdditional raw OIDC RP options
redirectUrisstringyesRedirect URIs (space or newline separated)

No output schema declared.

No examples provided.

llng_oidc_rp_delete ~55

Delete an OIDC Relying Party by confKey

NameTypeReqDescription
confKeystringyesThe RP configuration key to delete
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_oidc_rp_get ~59

Get full details of an OIDC Relying Party by confKey

NameTypeReqDescription
confKeystringyesThe RP configuration key (internal identifier)
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_oidc_rp_list ~45

List configured OIDC Relying Parties with their clientID and displayName

NameTypeReqDescription
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_oidc_tokens ~49

Exchange authorization code for tokens

NameTypeReqDescription
codestringyes
code_verifierstringyes
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_oidc_userinfo ~44

Get user info from OIDC provider

NameTypeReqDescription
access_tokenstringyes
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_oidc_whoami ~55

Decode ID token to show identity (WARNING: signature is NOT verified, for debugging only)

NameTypeReqDescription
id_tokenstringyes
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_purge_central_cache ~69

Purge expired sessions from central cache

NameTypeReqDescription
debugbooleanEnable debug output
forcebooleanForce purge without confirmation
instancestringLLNG instance name (uses default if omitted)
jsonbooleanOutput in JSON format

No output schema declared.

No examples provided.

llng_purge_local_cache ~44

Purge local handler cache

NameTypeReqDescription
debugbooleanEnable debug output
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_rotate_oidc_keys ~44

Rotate OIDC signing keys

NameTypeReqDescription
debugbooleanEnable debug output
instancestringLLNG instance name (uses default if omitted)

No output schema declared.

No examples provided.

llng_session_backup ~83

Backup all LLNG sessions

NameTypeReqDescription
backendstringOptional backend type to backup (persistent, oidc, saml, cas)
instancestringLLNG instance name (uses default if omitted)
persistentbooleanShortcut for --backend persistent
refreshTokensbooleanFilter for refresh token (offline) sessions only

No output schema declared.

No examples provided.

llng_session_delete ~167

Delete LLNG session(s)

NameTypeReqDescription
backendstringOptional backend type (persistent, oidc, saml, cas)
hashbooleanIndicates session IDs are original cookie values
idsarrayArray of session IDs to delete (not needed when using where)
instancestringLLNG instance name (uses default if omitted)
kindstringFilter by session kind: SSO, SAML, CAS, OIDC, Persistent. This is a shortcut that adds _session_kind to the where filter
persistentbooleanShortcut for --backend persistent
refreshTokensbooleanFilter for refresh token (offline) sessions only
whereobjectDelete sessions matching filter instead of by ID

No output schema declared.

No examples provided.

llng_session_delKey ~111

Delete key(s) from an LLNG session

NameTypeReqDescription
backendstringOptional backend type
hashbooleanSession ID is original cookie value
idstringyesThe session ID to modify
instancestringLLNG instance name (uses default if omitted)
keysarrayyesArray of keys to delete from the session
persistentbooleanShortcut for --backend persistent
refreshTokensbooleanTarget refresh token sessions

No output schema declared.

No examples provided.

llng_session_get ~124

Get LLNG session by ID

NameTypeReqDescription
backendstringOptional backend type (persistent, oidc, saml, cas)
hashbooleanIndicates the given session ID is the original cookie value (for hashed session storage)
idstringyesThe session ID to retrieve
instancestringLLNG instance name (uses default if omitted)
persistentbooleanShortcut for --backend persistent; also hashes UID for persistent session ID
refreshTokensbooleanFilter for refresh token (offline) sessions only

No output schema declared.

No examples provided.

llng_session_search ~181

Search LLNG sessions

NameTypeReqDescription
backendstringBackend type (persistent, oidc, saml, cas)
countbooleanReturn only the count of matching sessions
hashbooleanIndicates session IDs are original cookie values
idOnlybooleanOnly return session IDs
instancestringLLNG instance name (uses default if omitted)
kindstringFilter by session kind: SSO, SAML, CAS, OIDC, Persistent. This is a shortcut that adds _session_kind to the where filter
persistentbooleanShortcut for --backend persistent
refreshTokensbooleanFilter for refresh token (offline) sessions only
selectarrayFields to return in results
whereobjectField=value pairs for filtering

No output schema declared.

No examples provided.

llng_session_setKey ~111

Set key(s) in an LLNG session

NameTypeReqDescription
backendstringOptional backend type
hashbooleanSession ID is original cookie value
idstringyesThe session ID to modify
instancestringLLNG instance name (uses default if omitted)
keysobjectyesKey-value pairs to set in the session
persistentbooleanShortcut for --backend persistent
refreshTokensbooleanTarget refresh token sessions

No output schema declared.

No examples provided.

llng_user_attributes ~53

Look up user attributes

NameTypeReqDescription
fieldstringSpecific field to return
instancestringLLNG instance name (uses default if omitted)
usernamestringyesUsername to look up

No output schema declared.

No examples provided.