Skip to main content
Glama
nikitatsym

authentik-mcp

by nikitatsym

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AUTHENTIK_URLYesThe URL of your Authentik instance (e.g., https://auth.example.com)
AUTHENTIK_TOKENYesYour Authentik API token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
authentik_versionA

Get the Authentik MCP server version and service status.

authentik_adminB

Admin-only Authentik operations: settings, system, version, files, admin authenticator devices.

Call with operation="help" to list all available admin operations. Otherwise pass the operation name and a JSON object with parameters.

Example: authentik_admin(operation="GetSystemInfo")

authentik_deleteA

Delete Authentik resources (destructive, irreversible).

Call with operation="help" to list all available delete operations. Otherwise pass the operation name and a JSON object with parameters.

Example: authentik_delete(operation="DeleteUser", params={"id": 1})

authentik_flows_readA

Query Authentik auth pipeline config: flows, stages, policies, sources, events (safe, read-only).

Call with operation="help" to list all available operations. Otherwise pass the operation name and a JSON object with parameters.

Example: authentik_flows_read(operation="ListFlows")

authentik_flows_writeA

Create or update Authentik auth pipeline config: flows, stages, policies, sources (non-destructive).

Call with operation="help" to list all available operations. Otherwise pass the operation name and a JSON object with parameters.

Example: authentik_flows_write(operation="CreateFlow", params={"name": "my-flow", "slug": "my-flow", "designation": "authorization"})

authentik_readA

Query Authentik data (safe, read-only). Policy bindings (app/flow access gates) are in authentik_flows_read.

Call with operation="help" to list all available read operations. Otherwise pass the operation name and a JSON object with parameters.

Example: authentik_read(operation="ListUsers", params={"search": "admin"})

authentik_writeA

Create or update Authentik resources (non-destructive). Application/flow access gating (policy bindings) is in authentik_flows_write.

Call with operation="help" to list all available write operations. Otherwise pass the operation name and a JSON object with parameters.

Example: authentik_write(operation="CreateUser", params={"username": "alice", "name": "Alice"})

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikitatsym/authentik-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server