
LemonLDAP::NG MCP Server
Operate LemonLDAP::NG SSO from your agent—sessions, OIDC, SAML, 2FA, and config—without clicking through every admin screen.
Overview
LemonLDAP::NG MCP Server is a MCP server for the Operate phase that lets agents manage LemonLDAP::NG SSO configuration, sessions, OIDC, SAML, and 2FA over stdio.
What is this MCP server?
- stdio npm package llng-mcp (registry 0.1.1)
- LemonLDAP::NG configuration management via MCP
- Session inspection and control for live SSO deployments
- OIDC and SAML administration surfaces for agents
- Two-factor authentication settings operable through tools
- npm package identifier: llng-mcp version 0.1.1
- Transport: stdio
- Capabilities listed: configuration, sessions, OIDC, SAML, 2FA
What problem does it solve?
Running LemonLDAP::NG in production means frequent SSO tweaks and session checks that are slow and error-prone when done only through the web UI.
Who is it for?
Builders or ops leads who already host LemonLDAP::NG and want agent-driven SSO maintenance.
Skip if: Greenfield apps choosing their first auth provider with no LLNG deployment in place.
What do I get? / Deliverables
After installing llng-mcp via npm and connecting stdio, your agent can invoke MCP tools to adjust LLNG config and auth flows without leaving the terminal.
- Running stdio MCP bridge to LemonLDAP::NG
- Agent-accessible SSO configuration and session operations
- Repeatable OIDC, SAML, and 2FA changes via tool calls
Recommended MCP Servers
Journey fit
How it compares
SSO infrastructure MCP for LemonLDAP::NG, not a generic OAuth tutorial skill.
Common Questions / FAQ
Who is LemonLDAP::NG MCP Server for?
Operators and developers who manage live LemonLDAP::NG SSO instances and want MCP-driven configuration and session tooling.
When should I use LemonLDAP::NG MCP Server?
Use it in Operate when you need to adjust LLNG config, OIDC, SAML, 2FA, or sessions on an existing deployment.
How do I add LemonLDAP::NG MCP Server to my agent?
Install the npm package llng-mcp (0.1.1), register it as a stdio MCP server in Claude Code or Cursor, and ensure it can reach your LLNG instance per the server docs.